summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/francetv.py
Commit message (Collapse)AuthorAgeFilesLines
...
* [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