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 for culturebox.francetvinfo.fr #2121

Closed
Gloriande opened this issue Jan 8, 2014 · 25 comments
Closed

Support for culturebox.francetvinfo.fr #2121

Gloriande opened this issue Jan 8, 2014 · 25 comments

Comments

@Gloriande
Copy link

@Gloriande Gloriande commented Jan 8, 2014

Hello,
I cannot download this video. Any clue?
Thanks

$ youtube-dl "http://culturebox.francetvinfo.fr/einstein-on-the-beach-au-theatre-du-chatelet-146813" --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['http://culturebox.francetvinfo.fr/einstein-on-the-beach-au-theatre-du-chatelet-146813', '--verbose']
[debug] Encodings: locale 'UTF-8', fs 'utf-8', out 'UTF-8', pref: 'UTF-8'
[debug] youtube-dl version 2014.01.07.5
[debug] Python version 2.7.5 - Darwin-13.0.0-x86_64-i386-64bit
[debug] Proxy map: {}
[generic] einstein-on-the-beach-au-theatre-du-chatelet-146813: Requesting header
WARNING: Falling back on generic information extractor.
[generic] einstein-on-the-beach-au-theatre-du-chatelet-146813: Downloading webpage
[generic] einstein-on-the-beach-au-theatre-du-chatelet-146813: Extracting information
ERROR: Unsupported URL: http://culturebox.francetvinfo.fr/einstein-on-the-beach-au-theatre-du-chatelet-146813; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
Traceback (most recent call last):
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 489, in extract_info
ie_result = ie.extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 155, in extract
return self._real_extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/generic.py", line 340, in _real_extract
raise ExtractorError('Unsupported URL: %s' % url)
ExtractorError: Unsupported URL: http://culturebox.francetvinfo.fr/einstein-on-the-beach-au-theatre-du-chatelet-146813; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jan 8, 2014

We added support for it some hours ago (469ec94) and there has been some problems in Github, @phihag will release a new version as soon as possible.

@jaimeMF jaimeMF closed this Jan 8, 2014
@phihag
Copy link
Contributor

@phihag phihag commented Jan 8, 2014

As @jaimeMF said, culturebox support has only been added as of 2014.01.08. Type sudo youtube-dl -U to update.

@Gloriande
Copy link
Author

@Gloriande Gloriande commented Jan 12, 2014

Works perfectly. Thank you!

@Wikinaut
Copy link

@Wikinaut Wikinaut commented Mar 8, 2014

Ultra great work by you all, developers!!! Thank you so much.
I can perform, that it worked perfectly for me, too (Linux OpenSuse 13.1).

$ youtube-dl "http://culturebox.francetvinfo.fr/einstein-on-the-beach-au-theatre-du-chatelet-146813" --verbose

Same opera (EotB), which ended their worldwide tour on 07.03.2014. According to the Culturebox webpage, the video will remain available until 07.07.2014 at the latest.

@willoucheck
Copy link

@willoucheck willoucheck commented Jul 9, 2014

Hi everybody I have issue about making work fine youtube-dl with culturebox as followed:

youtube-dl -F http://culturebox.francetvinfo.fr/live/musique/jazz-blues/seasick-steve-au-festival-beauregard-2014-159199
[culturebox.francetvinfo.fr] live/musique/jazz-blues/seasick-steve-au-festival-beauregard-2014-159199: Downloading webpage
[culturebox.francetvinfo.fr] EV_22241: Downloading XML config
[info] Available formats for EV_22241:
format code extension resolution note
0 mp4 unknown

so when I launch the download command I get this :

sudo youtube-dl http://culturebox.francetvinfo.fr/live/musique/rock/the-pixies-au-festival-beauregard-2014-158139 -f 36 -v
[sudo] password for willounoun:
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['http://culturebox.francetvinfo.fr/live/musique/rock/the-pixies-au-festival-beauregard-2014-158139', '-f', '36', '-v']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.06.26
[debug] Python version 2.7.5+ - Linux-3.11.0-12-generic-i686-athlon-with-LinuxMint-16-petra
[debug] Proxy map: {}
[culturebox.francetvinfo.fr] live/musique/rock/the-pixies-au-festival-beauregard-2014-158139: Downloading webpage
[culturebox.francetvinfo.fr] EV_22095: Downloading XML config
ERROR: requested format not available
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 527, in extract_info
return self.process_ie_result(ie_result, download, extra_info)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 564, in process_ie_result
return self.process_video_result(ie_result, download=download)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 822, in process_video_result
expected=True)
ExtractorError: requested format not available

Do you have any clue on this issue?

Thanks

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jul 10, 2014

@willoucheck When using -f 36 you are requesting the format with code 36, as you can see in the first command only the code 0 is available, therefore it outputs an error. Remove the -f 36 and it will work.

@willoucheck
Copy link

@willoucheck willoucheck commented Jul 10, 2014

It does not work either when I remove the -f option.

@willoucheck
Copy link

@willoucheck willoucheck commented Jul 10, 2014

I tried with another soft on windows, it appears that the only extension available for the file is .ts, maybe this is the problem?

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jul 10, 2014

@willoucheck I works for me, please open a new issue with the output of youtube-dl "http://culturebox.francetvinfo.fr/live/musique/jazz-blues/seasick-steve-au-festival-beauregard-2014-159199" --verbose.

@willoucheck
Copy link

@willoucheck willoucheck commented Jul 10, 2014

same issue, thanks for your help anyway (if it can be usefull my OS is linux mint cinnamon 16)

sudo youtube-dl "http://culturebox.francetvinfo.fr/live/musique/jazz-blues/seasick-steve-au-festival-beauregard-2014-159199" --verbose
[sudo] password for willounoun:
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['http://culturebox.francetvinfo.fr/live/musique/jazz-blues/seasick-steve-au-festival-beauregard-2014-159199', '--verbose']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.06.26
[debug] Python version 2.7.5+ - Linux-3.11.0-12-generic-i686-athlon-with-LinuxMint-16-petra
[debug] Proxy map: {}
[culturebox.francetvinfo.fr] live/musique/jazz-blues/seasick-steve-au-festival-beauregard-2014-159199: Downloading webpage
[culturebox.francetvinfo.fr] EV_22241: Downloading XML config
[download] Destination: Seasick Steve au festival Beauregard 2014-EV_22241.mp4
avconv version 0.8.10-6:0.8.10-0ubuntu0.13.10.1, Copyright (c) 2000-2013 the Libav developers
built on Feb 6 2014 20:59:46 with gcc 4.8.1
[applehttp @ 0x9672d80] max_analyze_duration reached
[applehttp @ 0x9672d80] Estimating duration from bitrate, this may be inaccurate
Input #0, applehttp, from 'http://ftvodhdsecz-f.akamaihd.net/i/streaming-adaptatif/evt/pf-culture/2014/07/22241-20140706-2-,398,632,934,2176,k.mp4.csmil/index_2_av.m3u8':
Duration: 01:00:07.00, start: 10.101000, bitrate: N/A
Stream #0.0: Video: h264 (Main), yuv420p, 704x396 [PAR 1:1 DAR 16:9], 25 tbr, 90k tbn, 50 tbc
Stream #0.1: Audio: aac, 44100 Hz, stereo, s16
Stream #0.2: Data: [21][0][0][0] / 0x0015
Output #0, mp4, to 'Seasick Steve au festival Beauregard 2014-EV_22241.mp4.part':
Metadata:
encoder : Lavf53.21.1
Stream #0.0: Video: libx264, yuv420p, 704x396 [PAR 1:1 DAR 16:9], q=2-31, 90k tbn, 90k tbc
Stream #0.1: Audio: libvo_aacenc, 44100 Hz, stereo
Stream mapping:
Stream #0:0 -> #0:0 (copy)
Stream #0:1 -> #0:1 (copy)
Press ctrl-c to stop encoding
[mp4 @ 0x9a4e0a0] Application provided invalid, non monotonically increasing dts to muxer in stream 1: 322 >= 322
av_interleaved_write_frame(): Invalid argument

ERROR: ffmpeg exited with code 1
File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/usr/local/bin/youtube-dl/main.py", line 18, in
youtube_dl.main()
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 852, in main
_real_main(argv)
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 842, in _real_main
retcode = ydl.download(all_urls)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1050, in download
self.extract_info(url)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 527, in extract_info
return self.process_ie_result(ie_result, download, extra_info)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 564, in process_ie_result
return self.process_video_result(ie_result, download=download)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 830, in process_video_result
self.process_info(new_info)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1020, in process_info
success = dl(filename, info_dict)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 996, in dl
return fd.download(name, info)
File "/usr/local/bin/youtube-dl/youtube_dl/downloader/common.py", line 291, in download
return self.real_download(filename, info_dict)
File "/usr/local/bin/youtube-dl/youtube_dl/downloader/hls.py", line 45, in real_download
self.report_error(u'ffmpeg exited with code %d' % retval)
File "/usr/local/bin/youtube-dl/youtube_dl/downloader/common.py", line 144, in report_error
self.ydl.report_error(_args, *_kargs)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 405, in report_error
self.trouble(error_message, tb)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 367, in trouble
tb_data = traceback.format_list(traceback.extract_stack())

@willoucheck
Copy link

@willoucheck willoucheck commented Jul 10, 2014

Maybe I'm wasting your time on a ffmpeg issue

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jul 10, 2014

@willoucheck You are using an outdated version of avconv, you should try with a more recent version (works fine with 10.2), open a new issue if you still have problems. By the way, you should avoid running youtube-dl with the root user, you only need to use it when updating.

@willoucheck
Copy link

@willoucheck willoucheck commented Jul 10, 2014

Ok thx, I'm not at home now, so I'll try this later

@willoucheck
Copy link

@willoucheck willoucheck commented Jul 10, 2014

Apt-get says to me that I have already the lastest version which seems not to be the case.
How can i upgrade libav?

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jul 11, 2014

@willoucheck I don't use apt-get myself, I guess you'll need to contact the package maintainer.

@Odjavel
Copy link

@Odjavel Odjavel commented Jul 22, 2014

Hi,

I'm desperatly trying to get this video before it will be deleted :
http://culturebox.francetvinfo.fr/festivals/festival-fnac-live/mademoiselle-k-au-festival-fnac-live-2014-159951

I'm trying to use youtube-dl.exe under Windows 7 x64 platform, and I'm getting the issue below.

"youtube-dl.exe --proxy proxy.uco.fr:3128 "http://culturebox.fran
cetvinfo.fr/festivals/festival-fnac-live/mademoiselle-k-au-festival-fnac-live-20
14-159951"
[culturebox.francetvinfo.fr] festivals/festival-fnac-live/mademoiselle-k-au-fest
ival-fnac-live-2014-159951: Downloading webpage
[culturebox.francetvinfo.fr] EV_22349: Downloading XML config
[download] Destination: Mademoiselle K au festival Fnac Live 2014-EV_22349.mp4
ffmpeg version N-64870-g135b1a3 Copyright (c) 2000-2014 the FFmpeg developers
built on Jul 21 2014 22:09:49 with gcc 4.8.3 (GCC)
configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av
isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab
le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --
enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-lib
modplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrw
b --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinge
r --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --en
able-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis
--enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-
libx265 --enable-libxavs --enable-libxvid --enable-decklink --enable-zlib
libavutil 52. 92.101 / 52. 92.101
libavcodec 55. 69.100 / 55. 69.100
libavformat 55. 48.101 / 55. 48.101
libavdevice 55. 13.102 / 55. 13.102
libavfilter 4. 11.102 / 4. 11.102
libswscale 2. 6.100 / 2. 6.100
libswresample 0. 19.100 / 0. 19.100
libpostproc 52. 3.100 / 52. 3.100
http://ftvodhdsecz-f.akamaihd.net/i/streaming-adaptatif/evt/pf-culture/2014/07/2
2349-1405786500-1-,320x176-304,512x288-576,704x400-832,1280x720-2176,k.mp4.csmil
/index_2_av.m3u8: Input/output error

ERROR: ffmpeg exited with code 1"

The MP4 video file seems to be found. Does someone could explain me how to proceed to get this one please ?

@Wikinaut
Copy link

@Wikinaut Wikinaut commented Jul 22, 2014

@Odjavel Whereas I could successfully download another movie some months ago, I can confirm that download of the "Mademoiselle…" movie fails for me too.

Message is:

ERROR: ffmpeg exited with code -11 

on my Linux box.

ffmpeg --version
version 2.24 built on Jun 29 104 12:04:05
@Odjavel
Copy link

@Odjavel Odjavel commented Jul 22, 2014

Thanks to have tried. I'm very desperate because I'm in the crowd on this video, it was last saturday, it was a great moment and this video is a very great memory for me, and it will be deleted next january :(

@Wikinaut
Copy link

@Wikinaut Wikinaut commented Jul 22, 2014

@Odjavel be patient, the video is available for a long time.

@Odjavel
Copy link

@Odjavel Odjavel commented Jul 25, 2014

Download succeed !!! Yeaaaaah, youtube-dl rocks !!! I'm so happy !! :)

However, I'm surprised by the file size, only 287Mb, does youtube-dl download the original video file, or does it make a conversion ?

@victoryn
Copy link

@victoryn victoryn commented Aug 24, 2014

Hello guys!

I'm actually trying to download this video : http://culturebox.francetvinfo.fr/live/musique/rock/franz-ferdinand-a-rock-en-seine-2013-140483 because it expires in a week and i just love it !

I'm using the Windows executable and this is the error i'm getting:

C:\Users\Victor\Downloads\Programs>youtube-dl.exe "http://culturebox.francetvinf
o.fr/live/musique/rock/franz-ferdinand-a-rock-en-seine-2013-140483" --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['http://culturebox.francetvinfo.fr/live/musique/rock
/franz-ferdinand-a-rock-en-seine-2013-140483', '--verbose']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2014.08.24.5
[debug] Python version 2.7.8 - Windows-7-6.1.7601-SP1
[debug] Proxy map: {}
[culturebox.francetvinfo.fr] live/musique/rock/franz-ferdinand-a-rock-en-seine-2
013-140483: Downloading webpage
[culturebox.francetvinfo.fr] EV_1891: Downloading XML config
[debug] Invoking downloader on u'http://ftvodhdsecz-f.akamaihd.net/i/streaming-a
daptatif/evt/pf-culture/2013/08/1891-20130823-3-,398,632,934,2176,k.mp4.csmil/in
dex_3_av.m3u8'
[download] Destination: Franz Ferdinand à Rock en Seine 2013-EV_1891.mp4
ERROR: m3u8 download detected but ffmpeg or avconv could not be found. Please in
stall one.
Traceback (most recent call last):
File "youtube_dl\downloader\hls.pyo", line 23, in real_download
File "subprocess.pyo", line 522, in call
File "subprocess.pyo", line 710, in init
File "subprocess.pyo", line 958, in _execute_child
WindowsError: [Error 2] The system cannot find the file specified

any clue? i'm really in need of this video :/
Thanks !

@phihag
Copy link
Contributor

@phihag phihag commented Aug 24, 2014

@victoryn This is an m3u8 stream, and youtube-dl doesn't support these natively, but uses avconv or ffmpeg to install them. It's right there in the output ;)

ffmpeg or avconv could not be found. Please install one.

If it still fails after that, please don't post in an old issue, but open a new one.

@travisamiel
Copy link

@travisamiel travisamiel commented Nov 10, 2014

Would someone who downloaded this video be able to get it to me (uploading to Mega or Dropbox or something)?

Email me at travisamiel@gmail.com

Thank you

@Odjavel
Copy link

@Odjavel Odjavel commented Nov 10, 2014

@heytravistravis Wich video are you talking about ? I succeed to download mine and can share :)

@travisamiel
Copy link

@travisamiel travisamiel commented Nov 10, 2014

I'm looking for the whole Einstein on the Beach video! It's about four
hours, yes?

@ytdl-org ytdl-org deleted a comment Oct 9, 2017
@ytdl-org ytdl-org locked and limited conversation to collaborators Oct 9, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

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