aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [compat] add compat_etree_register_namespace to __all__ listRemita Amine2017-02-011-0/+1
|
* release 2017.02.01Sergey M․2017-02-014-5/+6
|
* [ChangeLog] ActualizeSergey M․2017-02-011-0/+6
|
* [facebook] Fix extraction (closes #11926)Sergey M․2017-02-011-9/+27
|
* [prosiebensat1] Update ChangeLogYen Chi Hsuan2017-02-011-0/+5
|
* [prosiebensat1] PEP8 and update _TESTSYen Chi Hsuan2017-02-011-9/+6
|
* Added new Regex for prosiebensat1 Extractor Description. Fixes #11810 (#11929)Thomas Christlieb2017-02-011-1/+3
| | | | | | | | | | | | | | | | | | | | | | * Added new Regex for prosiebensat1 Extractor Description. Fixes #11810 * Using _og_search_description() as a Fallback for Description-Regex * Using _og_search_description() as a Fallback for Description-Regex - Second try * Also added fallback regex * Using _og_search_description() as a Fallback for Description-Regex - Third try * removed fatal=False from search for description regex. default=None should be preferred only * Using fatal=false for _og_search_description * Revert "Using fatal=false for _og_search_description" This reverts commit 2b7e123f9d0f2bd6ada54fa8e4e6035fece5dbf4. * Deleted default=None Parameter for _og_search_property
* [crunchyroll] Remove ScaledBorderAndShadow settingsYen Chi Hsuan2017-02-011-2/+1
| | | | | See https://github.com/rg3/youtube-dl/pull/9028, especially @lachs0r's comments for the reason behind this change
* [vimeo] PEP 8Sergey M․2017-02-011-2/+0
|
* [vimeo] Extract upload timestampSergey M․2017-02-011-6/+18
|
* [vimeo] Extract license (closes #11880)Sergey M․2017-02-011-2/+13
|
* Credit @oddstr13 for nrk:series (#11571)Sergey M․2017-02-011-0/+1
|
* [nrk] Improve extraction and update tests (closes #11571)Sergey M․2017-02-011-34/+111
|
* [NRKTV] Added NRKTVSeriesIEOdd Stråbø2017-01-312-0/+50
| | | | | | | | | | [NRKTV] Added season and episode number to metadata. [NRKTV] Added category to metadata. [NRKTV] Added tests to NRKTVSeries. [NRKTV] Fixed whitespace issues (flake8).
* release 2017.01.31Sergey M․2017-01-313-5/+5
|
* [ChangeLog] ActualizeSergey M․2017-01-311-0/+14
|
* [youtube] Fix extraction for domainless player URLsSergey M․2017-01-311-2/+6
| | | | | | | | | | | | | | | | | | | | | | Closes #11890 Closes #11891 Closes #11892 Closes #11894 Closes #11895 Closes #11897 Closes #11900 Closes #11903 Closes #11904 Closes #11906 Closes #11907 Closes #11909 Closes #11913 Closes #11914 Closes #11915 Closes #11916 Closes #11917 Closes #11918 Closes #11919
* [vimeo] extract both mixed and separated dash formatsRemita Amine2017-01-311-4/+13
|
* [ruutu] extract dash formatsRemita Amine2017-01-301-0/+3
|
* [itv] fix extraction in python 2.6Remita Amine2017-01-291-2/+5
|
* [compat] add compat_etree_register_namespaceRemita Amine2017-01-291-0/+18
|
* release 2017.01.29Sergey M․2017-01-295-30/+32
|
* [ChangeLog] ActualizeSergey M․2017-01-291-0/+21
|
* [azmedien:playlist] Add support for topic and themen playlistsAlex Seiler2017-01-292-7/+34
|
* [extractor/common] Fix initialization template (closes #11605, closes #11825)Sergey M․2017-01-291-14/+34
|
* [extractor/common] Document forgotten fragment base and path interfacesSergey M․2017-01-291-3/+13
|
* [extractor/common] Fix duration per dash segment (closes #11868)Sergey M․2017-01-291-5/+7
|
* Credit @BagiraHun for videa (#11133)Sergey M․2017-01-291-0/+1
|
* [npo] Update subtitles urlAndre Walker2017-01-291-1/+1
| | | | | NPO websites changed the domain they used for subtitles, from e.omroep.nl to tt888.omroep.nl.
* Credit @fast90 for config location (#10648)Sergey M․2017-01-291-0/+1
|
* Credit @RPing for cntv (#8541)Sergey M․2017-01-291-0/+1
|
* Credit @bastik for zdf fix (#11063)Sergey M․2017-01-291-0/+1
|
* Credit @sudovijay for openload fix (#11646)Sergey M․2017-01-291-0/+1
|
* Credit @goggle for 20min (#11683) and azmedien (#11805)Sergey M․2017-01-291-1/+1
|
* Credit @einstein95 for pornflip (#11795) and chaturbate fix (#11797)Sergey M․2017-01-291-0/+2
|
* Credit @costypetrisor for autonumber start (#9362)Sergey M․2017-01-291-0/+1
|
* Credit @AVerwer for showroomlive (#11458)Sergey M․2017-01-291-0/+1
|
* [options] Refactor autonumber options and add validation (closes #727, ↵Sergey M․2017-01-292-4/+10
| | | | closes #2702, closes #9362)
* added --autonumber-start NUMBER as a command line option to be able to ↵Costy Petrisor2017-01-293-1/+6
| | | | offset the index at which autonumber formats filenames
* [itv] fix subtitle extractionRemita Amine2017-01-281-1/+1
|
* [itv] extract subtitlesRemita Amine2017-01-281-2/+14
|
* [options] Remove experimental mark from some optionsSergey M․2017-01-281-5/+5
|
* [itv] Add new extractor(closes #9240)Remita Amine2017-01-282-0/+182
|
* [options] Move --abort-on-unavailable-fragment to download sectionSergey M․2017-01-281-1/+1
|
* [mtv81] Add extractor (closes #7619)Sergey M․2017-01-282-0/+30
|
* [vlive:channel] ImproveSergey M․2017-01-281-19/+43
|
* [vlive] Add support for channelsping2017-01-282-1/+72
|
* [kaltura] Add fallback for fileExtSergey M․2017-01-281-2/+5
|
* [kaltura] Improve uploader_id extractionSergey M․2017-01-281-1/+1
|
* [konserthusetplay] Add support for rspoplay.seAlex Seiler2017-01-281-9/+9
|