Hi there
I wanna list a external webpage's ulr's content. like i wanna list the content of this website example.com/dir/dir/images/
currently i can download an image from a page with urllib.urlretrieve(page_url,save_url )
But I want to list all images in a directory, or anything ells for that matter
I wanna use python