summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/francetv.py
Commit message (Collapse)AuthorAgeFilesLines
...
* [culturebox] Replace testSergey M․2015-04-041-8/+11
|
* [culturebox] Check for unavailable videosSergey M․2015-04-041-0/+5
|
* [france2.fr:generation-quoi] ModernizePhilipp Hagemeister2015-02-011-7/+6
|
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-4/+6
| | | | | | | | · Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail. · Use _match_id consistently whenever possible · Fix some outdated tests · Use consistent valid URL (always match the whole protocol, no ^ at start required) · Use modern test definitions
* [francetv] PEP8Philipp Hagemeister2014-11-261-2/+0
|
* [francetv] Use the m3u8 manifest for georestricted videos (closes #3963)Jaime Marquínez Ferrándiz2014-11-241-0/+19
| | | | | Generating the correct urls for the f4m segments seems to require a lot of work. Also raise an error if the video is not available from your location.
* PEP8: applied even more rulesJouke Waleson2014-11-231-1/+1
|
* [francetv] Remove changing md5sumPhilipp Hagemeister2014-10-271-1/+0
|
* [francetv] Lower preference of direct links (Closes #4010, closes #3947)Sergey M․2014-10-231-1/+1
| | | | Direct links fail with 403, fallback on f4m for now until further investigations.
* [francetv] Force m3u8 formats extension to mp4 (Closes #3997)Sergey M․2014-10-221-1/+1
|
* [francetv] Adapt to new API (Closes #3751, closes #3769)Sergey M․2014-09-161-96/+108
|
* [francetv] Fix wrong variable nameJaime Marquínez Ferrándiz2014-07-281-1/+1
|
* [francetv] Extract all the available formats (#3278)Jaime Marquínez Ferrándiz2014-07-281-9/+27
| | | | For some videos the resolution is not included in the url, we will need to look in the m3u8 manifest.
* [francetv] Add support for mobile URLs (Closes #3275)Sergey M․2014-07-191-2/+2
|
* [francetv] Add support for non-numeric video IDs (Fixes #2927)Philipp Hagemeister2014-05-161-5/+17
|
* [france2.fr:generation-quoi] Skip testJaime Marquínez Ferrándiz2014-02-151-0/+1
| | | | The videos seem to not be available outside France
* [francetv] Use unicode_literalsPhilipp Hagemeister2014-01-301-70/+73
|
* [francetvinfo.fr] Support more ID suffixesPhilipp Hagemeister2014-01-301-1/+1
|
* [francetv] Add extractor for Culturebox (closes #2117)Jaime Marquínez Ferrándiz2014-01-081-0/+26
|
* [francetv] Add support for urls in the format ↵Jaime Marquínez Ferrándiz2013-12-051-5/+6
| | | | http://www.france3.fr/emissions/{program}/diffusions/{date} (fixes #1898)
* [francetv] Add support for more channels: 3, 4, 5 and Ô (#1898)Jaime Marquínez Ferrándiz2013-12-051-19/+84
| | | | Rename the France2IE extractor to FranceTVIE
* Correct some extractor _VALID_URL regexesdst2013-12-041-1/+1
|
* Use the new '_download_xml' helper in more extractorsJaime Marquínez Ferrándiz2013-11-261-3/+1
|
* [francetv] Use common format for ID of generation-quoi subextractorPhilipp Hagemeister2013-10-041-1/+1
|
* [france2] Add support for URLs without video IDs (Fixes #1547)Philipp Hagemeister2013-10-041-2/+14
|
* [francetv] Add an extractor for Generation Quoi (closes #1475)Jaime Marquínez Ferrándiz2013-09-231-0/+28
|
* [francetv] Add an extractor for France2Jaime Marquínez Ferrándiz2013-09-231-0/+22
|
* [francetv] Remove Pluzz testJaime Marquínez Ferrándiz2013-09-171-11/+1
| | | | Videos expire in 7 days
* [francetv] Add an extractor for francetvinfo.fr (closes #1317)Jaime Marquínez Ferrándiz2013-09-101-17/+44
| | | | It uses the same system as Pluzz, create a base class for both extractors.
* Add an extractor for pluzz.francetv.fr (closes PR #1399)Pierre Rudloff2013-09-101-0/+50