To all GNU/Linux users, if I were to try to write a Python script that works similiar to porn-get, what should it be able to do. How would you want to customize it/extend, it or integrate it with external lists or other things. If someone wants to help programming it (Python) I would be glad. Do a little brain-storm on what it should be able to do - but keep it real if possible.
inb4 every shitty /prog/ meme
Name:
Anonymous2009-08-15 13:14
I'm with you. First of all, how does porn-get work?
Name:
Anonymous2009-08-15 13:16
>>2
I just saw the tool on /g/ recently. It apparently has a list with direct-links to the porn images/videos and you can just freely browse the list via the command line. E.g
porn-cache search [keyword]
porn-get install [name]
>>7
This sucks tho, If I were to redo something like this it would need to be extensible for YouPorn or similiar services for example. html5lib, BeautifulSoup and mechanize would come in handy.
Name:
Anonymous2009-08-15 13:24
LOL this thing is so fucking funny!
Name:
Anonymous2009-08-15 13:25
>>7
Since this thing is already implemented, why would OP write a replacement?
Name:
Anonymous2009-08-15 13:26
>>10
Because the implementation pretty much sucks. It just opens a webapge, scrapes for all images/videos and downloads them, that's pretty simple. But I need somehow ideas how to it another/better way.
Name:
Anonymous2009-08-15 13:31
You may need an interpreter that localizes the download link in the webpage for it! This is pretty difficult. Fortunately python provides useful libraries, like url2 and htmlparser