Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add http-post downloader #2931

Closed
sehrgut opened this issue May 16, 2014 · 2 comments
Closed

Add http-post downloader #2931

sehrgut opened this issue May 16, 2014 · 2 comments

Comments

@sehrgut
Copy link
Contributor

@sehrgut sehrgut commented May 16, 2014

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?

@phihag
Copy link
Contributor

@phihag phihag commented May 16, 2014

Simply set http_method to "POST" in the result your downloader returns
and post (no pun intended) a pull request. We'll take care of
implementing that in the downloader. Thanks!

@phihag phihag closed this May 16, 2014
@sehrgut
Copy link
Contributor Author

@sehrgut sehrgut commented May 20, 2014

Sweet! I'm working on it right now . . . I'm also setting the key 'post_data' to a dict of strings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.