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

youtube-dl.py ytsearch, gvsearch and ybsearch... hm... and dmsearch, mvsearch? :-) #274

Closed
hjiuow8nui opened this issue Jan 16, 2012 · 6 comments
Assignees

Comments

@hjiuow8nui
Copy link

@hjiuow8nui hjiuow8nui commented Jan 16, 2012

Hi!

According to http://rg3.github.com/youtube-dl/documentation.html , it is possible to search video sites and automatically download the videos found.

As far as i can see, ytsearch (for youtube), gvsearch (for google video) and ybsearch (for yahoo video) are implemented.

But i can only get ytsearch working. The other boths dont work for me.

Example:

A batch file "test.bat" with the content:


e:\programme\python26\python youtube-dl.py -U
e:\programme\python26\python youtube-dl.py -i -w "ytsearch2:funny cats"
e:\programme\python26\python youtube-dl.py -i -w "gvsearch2:funny dogs"
e:\programme\python26\python youtube-dl.py -i -w "ybsearch2:funny animals"


produces the following output:


c:\test>test

c:\test>e:\programme\python26\python youtube-dl.py -U
Updating to latest version...
youtube-dl is up-to-date (2012.01.08b)

c:\test>e:\programme\python26\python youtube-dl.py -i -w "ytsearch2:funny cats"

[youtube] Setting language
[youtube] query "funny cats": Downloading page 1
[youtube] ElzPZNSdd5w: Downloading video webpage
[youtube] ElzPZNSdd5w: Downloading video info webpage
[youtube] ElzPZNSdd5w: Extracting video information
[download] Destination: ElzPZNSdd5w.mp4
[download] 100.0% of 43.72M at 999.03k/s ETA 00:00
[youtube] w0ffwDYo00Q: Downloading video webpage
[youtube] w0ffwDYo00Q: Downloading video info webpage
[youtube] w0ffwDYo00Q: Extracting video information
[download] Destination: w0ffwDYo00Q.flv
[download] 100.0% of 4.84M at 105.97k/s ETA 00:00

c:\test>e:\programme\python26\python youtube-dl.py -i -w "gvsearch2:funny dogs"

[video.google] query "funny dogs": Downloading page 1

c:\test>e:\programme\python26\python youtube-dl.py -i -w "ybsearch2:funny animals"
WARNING: Falling back on generic information extractor.
[generic] ybsearch2:funny animals: Downloading webpage
ERROR: Unable to retrieve video webpage:
c:\test>


So, from youtube there are two videos downloaded, as intended, very fine :-)
But via google and yahoo none.

Am i doing or understanding something wrong, or is there something broken?

And... unfortunately i am no programmer, so i can not implement it by myself, but i suspect that i am not the only one who would appreciate it very much, if such a search option would be implemented for other video download sites too, e.g. dailymotion or myvideo :-)

Thanks in advance, best regards :-)

@ghost
Copy link

@ghost ghost commented Feb 4, 2012

Can reproduce the same thing here.

@lupin3rd
Copy link

@lupin3rd lupin3rd commented Feb 29, 2012

Same problem!

@ghost ghost assigned phihag Feb 29, 2012
@phihag
Copy link
Contributor

@phihag phihag commented Feb 29, 2012

I'll have a look into it. Since I'm currently busy writing my Master's thesis, this may take a while. Expect updates in April. But of course, patches are always welcome ;)

@FiloSottile
Copy link
Collaborator

@FiloSottile FiloSottile commented Mar 1, 2012

Fixed gvsearch in FiloSottile/youtube-dl@0f6e296
I'll issue a pull request when I'm done with ybsearch

@FiloSottile
Copy link
Collaborator

@FiloSottile FiloSottile commented Mar 2, 2012

Yahoo video is completely broken. See #300
Issued the pull request for gvsearch #301

@FiloSottile
Copy link
Collaborator

@FiloSottile FiloSottile commented Sep 27, 2012

Closing, as the issue is resolved for ytsearch and gvsearch, while for ybsearch there is #300

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.

4 participants
You can’t perform that action at this time.