-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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 | RTMP download detected but cannot download long youtube videos. #112
Comments
Works with rtmpdump 2.4 and youtube-dl 2011.09.14. If this issue occurs again, feel free to reopen this bug or create a new one. |
Its working ! Thank you Phihag. Shabeer |
Please reopen this issue. bash$ youtube-dl.py 'http://www.youtube.com/watch?v=DVFbA1AbEUw' 2012-01-19 15:36:20 shabeer pts/4 [youtube] Setting language ERROR: unable to download video I am using latest version of youtube-dl.py(2012.01.08b) and rtmpdump(v2.4 c9531fd~git). Thanks, |
Please ignore below in the youtube-dl.py line in my previous comment. Thanks, |
1 similar comment
Please ignore below in the youtube-dl.py line in my previous comment. Thanks, |
Please let me know, any updates on this |
Merging the bug report into the most recent duplicate: #343 |
the error still exists $ youtube-dl http://www.youtube.com/watch?v=N-svzoOgDkM
[youtube] Setting language
[youtube] N-svzoOgDkM: Downloading video webpage
[youtube] N-svzoOgDkM: Downloading video info webpage
[youtube] N-svzoOgDkM: Extracting video information
[youtube] RTMP download detected
[download] Destination: Vidathu_Karuppu_-_Marma_Desam_-_Episode_1-N-svzoOgDkM.flv
ERROR: unable to download video tested on $ youtube-dl --version
2012.02.27 |
I know, I already tried a couple times to dissect these RTMPE connections, but no luck... The related open bug is #343 |
@FiloSottile Btw, I was wondering if supporting this feature would make sense because of this. Also, this looks interesting |
[youtube] fix: mix playlist title
Hi,
I see youtube-dl.py script cannot download a video from youtube. However option -g (get-url ) is working fine.
I am using latest script.
$ youtube-dl.py --version
2011.03.29
An example
bash$ youtube-dl.py 'http://www.youtube.com/watch?v=DVFbA1AbEUw'
[youtube] Setting language
[youtube] DVFbA1AbEUw: Downloading video webpage
[youtube] DVFbA1AbEUw: Downloading video info webpage
[youtube] DVFbA1AbEUw: Extracting video information
[youtube] RTMP download detected
[download] Destination: DVFbA1AbEUw.flv
[rtmpdump] 0 bytes
ERROR: rtmpdump exited with code 1
Can you please check this and fix.
Regards,
Shabeer
The text was updated successfully, but these errors were encountered: