Videos from pluzz.francetv.fr #1073

Closed
opened 2026-02-20 22:05:00 -05:00 by deekerman · 8 comments
Owner

Originally created by @Rudloff on GitHub (Sep 4, 2013).

pierre@Rudloff:~$ youtube-dl http://pluzz.francetv.fr/videos/doctor_who.html --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['http://pluzz.francetv.fr/videos/doctor_who.html', '--verbose']
[debug] youtube-dl version 2013.09.04
[debug] Python version 2.7.3 - Linux-3.2.0-4-amd64-x86_64-with-debian-7.1
[debug] Proxy map: {}
WARNING: Falling back on generic information extractor.
[generic] doctor_who.html: Downloading webpage
[generic] doctor_who.html: Extracting information
ERROR: Invalid URL: http://pluzz.francetv.fr/videos/doctor_who.html; 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 324, in extract_info
    ie_result = ie.extract(url)
  File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 103, in extract
    return self._real_extract(url)
  File "/usr/bin/youtube-dl/youtube_dl/extractor/generic.py", line 158, in _real_extract
    raise ExtractorError(u'Invalid URL: %s' % url)
ExtractorError: Invalid URL: http://pluzz.francetv.fr/videos/doctor_who.html; 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.
Originally created by @Rudloff on GitHub (Sep 4, 2013). ``` pierre@Rudloff:~$ youtube-dl http://pluzz.francetv.fr/videos/doctor_who.html --verbose [debug] System config: [] [debug] User config: [] [debug] Command-line args: ['http://pluzz.francetv.fr/videos/doctor_who.html', '--verbose'] [debug] youtube-dl version 2013.09.04 [debug] Python version 2.7.3 - Linux-3.2.0-4-amd64-x86_64-with-debian-7.1 [debug] Proxy map: {} WARNING: Falling back on generic information extractor. [generic] doctor_who.html: Downloading webpage [generic] doctor_who.html: Extracting information ERROR: Invalid URL: http://pluzz.francetv.fr/videos/doctor_who.html; 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 324, in extract_info ie_result = ie.extract(url) File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 103, in extract return self._real_extract(url) File "/usr/bin/youtube-dl/youtube_dl/extractor/generic.py", line 158, in _real_extract raise ExtractorError(u'Invalid URL: %s' % url) ExtractorError: Invalid URL: http://pluzz.francetv.fr/videos/doctor_who.html; 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. ```
deekerman 2026-02-20 22:05:00 -05:00
Author
Owner

@iemejia commented on GitHub (Sep 6, 2013):

For info this project could be a beautiful inspiration to write this InfoExtractor
https://github.com/mattetti/pluzzdl.git

@iemejia commented on GitHub (Sep 6, 2013): For info this project could be a beautiful inspiration to write this InfoExtractor https://github.com/mattetti/pluzzdl.git
Author
Owner

@phihag commented on GitHub (Sep 7, 2013):

@iemejia The requirements on using code under other licenses are quite strict, so it's probably not worth the effort to use that project. The licenses (GPL-2 and Unlincense) are incompatible, unfortunately.

@phihag commented on GitHub (Sep 7, 2013): @iemejia The requirements on using code under other licenses [are quite strict](http://en.wikipedia.org/wiki/Clean_room_design), so it's probably not worth the effort to use that project. The licenses (GPL-2 and Unlincense) are incompatible, unfortunately.
Author
Owner

@iemejia commented on GitHub (Sep 7, 2013):

Hehe, no problem. I never implied using any code, I just put the link in case someone wants to understand how their encryption works.

@iemejia commented on GitHub (Sep 7, 2013): Hehe, no problem. I never implied using any code, I just put the link in case someone wants to understand how their encryption works.
Author
Owner

@Rudloff commented on GitHub (Sep 8, 2013):

I started to work on this here: https://github.com/Rudloff/youtube-dl/tree/pluzz
The main problem is that we need to send the correct cookie in order to download the video. Can InfoExtractor._download_webpage send cookies ?

@Rudloff commented on GitHub (Sep 8, 2013): I started to work on this here: https://github.com/Rudloff/youtube-dl/tree/pluzz The main problem is that we need to send the correct cookie in order to download the video. Can InfoExtractor._download_webpage send cookies ?
Author
Owner

@Rudloff commented on GitHub (Sep 8, 2013):

Nevermind, I found an easier way to get the video: github.com/Rudloff/youtube-dl@da77de39d3

@Rudloff commented on GitHub (Sep 8, 2013): Nevermind, I found an easier way to get the video: https://github.com/Rudloff/youtube-dl/commit/da77de39d3ea4ecc90e347c5757527153dd4842e
Author
Owner

@pieqq commented on GitHub (Nov 1, 2013):

@Rudloff: In the end, did you propose this change to be merged into youtube-dl?

@pieqq commented on GitHub (Nov 1, 2013): @Rudloff: In the end, did you propose this change to be merged into youtube-dl?
Author
Owner

@Rudloff commented on GitHub (Nov 1, 2013):

It has been merged: https://github.com/rg3/youtube-dl/pull/1399

@Rudloff commented on GitHub (Nov 1, 2013): It has been merged: https://github.com/rg3/youtube-dl/pull/1399
Author
Owner

@pieqq commented on GitHub (Nov 3, 2013):

OK, thanks!

@pieqq commented on GitHub (Nov 3, 2013): OK, thanks!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/youtube-dl#1073
No description provided.