aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/francetv.py
AgeCommit message (Collapse)Author
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