aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/francetv.py
AgeCommit message (Collapse)Author
2015-04-04[culturebox] Check for unavailable videosSergey M․
2015-02-01[france2.fr:generation-quoi] ModernizePhilipp Hagemeister
2014-12-13Fix imports and general cleanupPhilipp Hagemeister
· 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
2014-11-26[francetv] PEP8Philipp Hagemeister
2014-11-24[francetv] Use the m3u8 manifest for georestricted videos (closes #3963)Jaime Marquínez Ferrándiz
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.
2014-11-23PEP8: applied even more rulesJouke Waleson
2014-10-27[francetv] Remove changing md5sumPhilipp Hagemeister
2014-10-23[francetv] Lower preference of direct links (Closes #4010, closes #3947)Sergey M․
Direct links fail with 403, fallback on f4m for now until further investigations.
2014-10-22[francetv] Force m3u8 formats extension to mp4 (Closes #3997)Sergey M․
2014-09-16[francetv] Adapt to new API (Closes #3751, closes #3769)Sergey M․
2014-07-28[francetv] Fix wrong variable nameJaime Marquínez Ferrándiz
2014-07-28[francetv] Extract all the available formats (#3278)Jaime Marquínez Ferrándiz
For some videos the resolution is not included in the url, we will need to look in the m3u8 manifest.
2014-07-19[francetv] Add support for mobile URLs (Closes #3275)Sergey M․
2014-05-16[francetv] Add support for non-numeric video IDs (Fixes #2927)Philipp Hagemeister
2014-02-15[france2.fr:generation-quoi] Skip testJaime Marquínez Ferrándiz
The videos seem to not be available outside France
2014-01-30[francetv] Use unicode_literalsPhilipp Hagemeister
2014-01-30[francetvinfo.fr] Support more ID suffixesPhilipp Hagemeister
2014-01-08[francetv] Add extractor for Culturebox (closes #2117)Jaime Marquínez Ferrándiz
2013-12-05[francetv] Add support for urls in the format ↵Jaime Marquínez Ferrándiz
http://www.france3.fr/emissions/{program}/diffusions/{date} (fixes #1898)
2013-12-05[francetv] Add support for more channels: 3, 4, 5 and Ô (#1898)Jaime Marquínez Ferrándiz
Rename the France2IE extractor to FranceTVIE
2013-12-04Correct some extractor _VALID_URL regexesdst
2013-11-26Use the new '_download_xml' helper in more extractorsJaime Marquínez Ferrándiz
2013-10-04[francetv] Use common format for ID of generation-quoi subextractorPhilipp Hagemeister
2013-10-04[france2] Add support for URLs without video IDs (Fixes #1547)Philipp Hagemeister
2013-09-23[francetv] Add an extractor for Generation Quoi (closes #1475)Jaime Marquínez Ferrándiz
2013-09-23[francetv] Add an extractor for France2Jaime Marquínez Ferrándiz
2013-09-17[francetv] Remove Pluzz testJaime Marquínez Ferrándiz
Videos expire in 7 days
2013-09-10[francetv] Add an extractor for francetvinfo.fr (closes #1317)Jaime Marquínez Ferrándiz
It uses the same system as Pluzz, create a base class for both extractors.
2013-09-10Add an extractor for pluzz.francetv.fr (closes PR #1399)Pierre Rudloff