summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ivideon] Add support for map bound URLsSergey M․2016-01-081-3/+11
|
* [adultswim] Skip georestricted hls (Closes #8168)Sergey M․2016-01-081-1/+2
|
* [soundcloud:likes] Adapt to API changes (Closes #8166)Sergey M․2016-01-081-19/+19
|
* [youtube] Support expanding alternative format of links in description ↵Sergey M․2016-01-081-3/+3
| | | | (Closes #8164)
* [ivideon] Add extractorSergey M․2016-01-072-0/+76
|
* check video_play_path and use xpath_textoittaa2016-01-071-2/+4
| | | | | | "This check should take place earlier and should be more general if not video_url:. Same should be done for video_play_path. Also these fields better extracted with xpath_text." Suggestions by @dstftw
* [npr] Fix extractor (Closes #7218)Sergey M․2016-01-071-59/+70
|
* [npr] Add extractorkaspi2016-01-072-0/+72
| | | | | | | | | | removed md5 from _TEST moved from xml data to json test changed _TEST url to one that will not expire, so tests would not be failing
* [udemy] Fix non free course messageSergey M․2016-01-061-1/+1
|
* [udemy] Detect non free courses (Closes #8138)Sergey M․2016-01-061-10/+15
|
* [README.md] Clarify cookies usageSergey M2016-01-051-1/+1
|
* [vrt] Prefix format idsSergey M․2016-01-051-2/+2
|
* [vrt] Extend _VALUD_URLSergey M․2016-01-051-1/+5
|
* [dramafever] Add test for custom episode titleSergey M․2016-01-051-3/+23
|
* [dramafever] Fix episode fallbackSergey M․2016-01-051-1/+1
|
* [dramafever] Extract episodeSergey M․2016-01-051-1/+6
|
* [dramafever] Extract episode numberSergey M․2016-01-051-0/+2
|
* [dramafever] Improve subtitles extraction (Closes #8136)Sergey M․2016-01-051-7/+10
|
* [amp] Add missing subtitles to info dictSergey M․2016-01-051-0/+1
|
* [downloader/hls] Don't let ffmpeg read from stdin (#8139)Jaime Marquínez Ferrándiz2016-01-041-1/+1
| | | | | | If you run 'while read aurl ; do youtube-dl "${aurl}"; done < path_to_batch_file' (batch_file contains one url per line that uses the hls downloader) each call to youtube-dl consumed some characters and 'read' would assing to 'aurl' a non valid url (This is the same problem that was fixed for the ffmpeg postprocessors in cffcbc02de504d84e1c2677bb525c00b03e04f53)
* [rte:radio] Extract timestampSergey M․2016-01-041-5/+12
|
* [rte:radio] SimplifySergey M․2016-01-041-10/+9
|
* [rte] PEP 8Sergey M․2016-01-041-4/+3
|
* Merge pull request #8063 from bpfoley/rteradioSergey M2016-01-042-9/+70
|\ | | | | [rte:radio] Add support for RTE radio player
| * [extractor/rte.py] Add support for RTE radio playerbpfoley2016-01-032-9/+70
| | | | | | | | | | While here, stop RteIE changing filename extensions to .mp4. The files saved are .flv containers with h264 video.
* | Credit @bpfoley for rte:radio (#8063)Sergey M․2016-01-041-0/+1
| |
* | [ivi] Extract season infoSergey M․2016-01-041-0/+11
| |
* | [ivi:compilation] Fix extractionSergey M․2016-01-041-5/+10
| |
* | [ivi] Fix extraction and modernizeSergey M․2016-01-041-36/+33
| |
* | [bbccouk] Update tests (Closes #8090)Sergey M․2016-01-041-10/+9
| |
* | [20min] Improve (Closes #8110)Sergey M․2016-01-043-57/+74
| |
* | [20min.ch] Added support for videoportalpingtux2016-01-041-5/+21
| |
* | [20min.ch] Add new extractor (closes #5977)pingtux2016-01-042-0/+41
| |
* | [utils] Extract known extensions for reuseSergey M․2016-01-041-14/+17
| |
* | [nowtv] Mark brokenSergey M2016-01-031-0/+1
| |
* | Merge pull request #8061 from dstftw/introduce-chapter-and-series-fieldsSergey M2016-01-033-5/+96
|\ \ | | | | | | Introduce chapter and series fields
| * | [udemy] Use chapter_numberSergey M․2016-01-011-4/+4
| | |
| * | [videomore] Use number fields for seriesSergey M․2016-01-011-10/+10
| | |
| * | [extractor/common] Introduce number fields for chapters and seriesSergey M․2016-01-011-6/+6
| | |
| * | [videomore] Extract series infoSergey M․2015-12-311-0/+56
| | |
| * | [udemy] Extract chapter infoSergey M․2015-12-311-5/+20
| | |
| * | [extractor/common] Document chapter and series fieldsSergey M․2015-12-311-0/+20
| |/
* | [dreisat] use extract_from_xml_url from ZDFIE for info extraction(fixes ↵remitamine2016-01-021-56/+3
| | | | | | | | #7680)(fixes #8104)(closes #8121)
* | [zdf] fix rtmpt format downloading handle errorsremitamine2016-01-021-3/+12
| |
* | [qqmusic] Update testsYen Chi Hsuan2016-01-021-2/+2
| |
* | [qqmusic:playlist] Capture errors and update testsYen Chi Hsuan2016-01-021-7/+24
| |
* | Merge branch 'remitamine-baidu'Yen Chi Hsuan2016-01-021-34/+21
|\ \
| * | [baidu] Use list comprehensionYen Chi Hsuan2016-01-021-4/+3
| | |
| * | [baidu] Add notes for API callsYen Chi Hsuan2016-01-021-4/+7
| | |
| * | [baidu] Improve playlist descriptionYen Chi Hsuan2016-01-021-2/+3
| | |