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

Support newstube.ru #2814

Closed
Nikoli opened this issue Apr 27, 2014 · 3 comments
Closed

Support newstube.ru #2814

Nikoli opened this issue Apr 27, 2014 · 3 comments
Assignees

Comments

@Nikoli
Copy link
Contributor

@Nikoli Nikoli commented Apr 27, 2014

@dstftw dstftw self-assigned this May 1, 2014
@dstftw dstftw closed this in b8b01bb May 1, 2014
@dstftw
Copy link
Collaborator

@dstftw dstftw commented May 1, 2014

Thanks for the report. Support for newstube.ru has been added and will be available in the next release of youtube-dl.

@phihag
Copy link
Contributor

@phihag phihag commented May 5, 2014

Added in youtube-dl 2014.05.05. Type youtube-dl -U to update.

@Nikoli
Copy link
Contributor Author

@Nikoli Nikoli commented Jun 24, 2014

Tried downloading several videos, none of them worked:

$ youtube-dl --verbose http://newstube.ru/media/vo-francii-nachinaetsya-zabastovka-aviadispetcherov                                                          
[debug] System config: []                                                                                                                                                                          
[debug] User config: []                                                                                                                                                                            
[debug] Command-line args: ['--verbose', 'http://newstube.ru/media/vo-francii-nachinaetsya-zabastovka-aviadispetcherov']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.06.19
[debug] Python version 2.7.6 - Linux
[debug] Proxy map: {}
[Newstube] vo-francii-nachinaetsya-zabastovka-aviadispetcherov: Downloading page
[Newstube] 99a5ec1a-dac7-4801-af8d-5ad8b2806028: Downloading player XML
[download] Destination: Во Франции начинается забастовка авиадиспетчеров-99a5ec1a-dac7-4801-af8d-5ad8b2806028.flv
[debug] rtmpdump command line: rtmpdump --verbose -r rtmp://85.26.148.84:80/auth2 -o 'Во Франции начинается забастовка авиадиспетчеров-99a5ec1a-dac7-4801-af8d-5ad8b2806028.flv.part' --pageUrl http://newstube.ru/media/vo-francii-nachinaetsya-zabastovka-aviadispetcherov --app auth2 --playpath 01/99A5EC1A-DAC7-4801-AF8D-5AD8B2806028 --conn S:h20GY47beEuoe-GOHAnIcw2 --conn S:5971734 --conn S:n2 --resume --skip 1
[rtmpdump] RTMPDump v2.4
[rtmpdump] (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
[rtmpdump] DEBUG: Parsing...
[rtmpdump] DEBUG: Parsed protocol: 0
[rtmpdump] DEBUG: Parsed host    : 85.26.148.84
[rtmpdump] DEBUG: Parsed app     : auth2
[rtmpdump] DEBUG: Number of skipped key frames for resume: 1
[rtmpdump] DEBUG: Protocol : RTMP
[rtmpdump] DEBUG: Hostname : 85.26.148.84
[rtmpdump] DEBUG: Port     : 80
[rtmpdump] DEBUG: Playpath : 01/99A5EC1A-DAC7-4801-AF8D-5AD8B2806028
[rtmpdump] DEBUG: tcUrl    : rtmp://85.26.148.84:80/auth2
[rtmpdump] DEBUG: pageUrl  : http://newstube.ru/media/vo-francii-nachinaetsya-zabastovka-aviadispetcherov
[rtmpdump] DEBUG: app      : auth2
[rtmpdump] DEBUG: live     : no
[rtmpdump] DEBUG: timeout  : 30 sec
[rtmpdump] DEBUG: Setting buffer time to: 36000000ms
[rtmpdump] Connecting ...
[rtmpdump] DEBUG: RTMP_Connect1, ... connected, handshaking
[rtmpdump] DEBUG: HandShake: Type Answer   : 48
[rtmpdump] WARNING: HandShake: Type mismatch: client sent 3, server answered 72
[rtmpdump] DEBUG: HandShake: Server Uptime : 1414811695
[rtmpdump] DEBUG: HandShake: FMS Version   : 49.46.49.32
[rtmpdump] WARNING: HandShake: client signature does not match!
[rtmpdump] DEBUG: HandShake: Handshaking finished....
[rtmpdump] DEBUG: RTMP_Connect1, handshaked
[rtmpdump] DEBUG: Invoking connect
[rtmpdump] INFO: Connected...
[rtmpdump] ERROR: RTMP_ReadPacket, failed to read RTMP packet body. len: 4542752
[rtmpdump] DEBUG: Closing connection.
[rtmpdump] 0 bytes
[rtmpdump] RTMPDump v2.4
[rtmpdump] (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
[rtmpdump] DEBUG: Parsing...
[rtmpdump] DEBUG: Parsed protocol: 0
[rtmpdump] DEBUG: Parsed host    : 85.26.148.84
[rtmpdump] DEBUG: Parsed app     : auth2
[rtmpdump] DEBUG: Number of skipped key frames for resume: 1
[rtmpdump] DEBUG: Protocol : RTMP
[rtmpdump] DEBUG: Hostname : 85.26.148.84
[rtmpdump] DEBUG: Port     : 80
[rtmpdump] DEBUG: Playpath : 01/99A5EC1A-DAC7-4801-AF8D-5AD8B2806028
[rtmpdump] DEBUG: tcUrl    : rtmp://85.26.148.84:80/auth2
[rtmpdump] DEBUG: pageUrl  : http://newstube.ru/media/vo-francii-nachinaetsya-zabastovka-aviadispetcherov
[rtmpdump] DEBUG: app      : auth2
[rtmpdump] DEBUG: live     : no
[rtmpdump] DEBUG: timeout  : 30 sec
[rtmpdump] DEBUG: Failed to get last keyframe.
[rtmpdump] DEBUG: Closing connection.


ERROR: rtmpdump exited with code 1
  File "/usr/bin/youtube-dl", line 6, in <module>
    youtube_dl.main()
  File "/usr/lib64/python2.7/site-packages/youtube_dl/__init__.py", line 852, in main
    _real_main(argv)
  File "/usr/lib64/python2.7/site-packages/youtube_dl/__init__.py", line 842, in _real_main
    retcode = ydl.download(all_urls)
  File "/usr/lib64/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 1050, in download
    self.extract_info(url)
  File "/usr/lib64/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 527, in extract_info
    return self.process_ie_result(ie_result, download, extra_info)
  File "/usr/lib64/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 564, in process_ie_result
    return self.process_video_result(ie_result, download=download)
  File "/usr/lib64/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 830, in process_video_result
    self.process_info(new_info)
  File "/usr/lib64/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 1020, in process_info
    success = dl(filename, info_dict)
  File "/usr/lib64/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 996, in dl
    return fd.download(name, info)
  File "/usr/lib64/python2.7/site-packages/youtube_dl/downloader/common.py", line 291, in download
    return self.real_download(filename, info_dict)
  File "/usr/lib64/python2.7/site-packages/youtube_dl/downloader/rtmp.py", line 201, in real_download
    self.report_error('rtmpdump exited with code %d' % retval)
  File "/usr/lib64/python2.7/site-packages/youtube_dl/downloader/common.py", line 144, in report_error
    self.ydl.report_error(*args, **kargs)
  File "/usr/lib64/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 405, in report_error
    self.trouble(error_message, tb)
  File "/usr/lib64/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 367, in trouble
    tb_data = traceback.format_list(traceback.extract_stack())

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
4 participants
You can’t perform that action at this time.