Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Add http-post downloader #2931
Add http-post downloader #2931
Comments
|
Simply set http_method to "POST" in the result your downloader returns |
|
Sweet! I'm working on it right now . . . I'm also setting the key 'post_data' to a dict of strings. |
I started working on an IE for grooveshark, but realised that it wouldn't be supportable right now, due to the fact that the video data must be retrieved by a POST request. Would it be possible to add the ability for an IE to specify a POST request to retrieve the video, rather than only a URL to be used as a GET target?