aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tudou] Use InAdvancePagedList (closes #8884)Yen Chi Hsuan2016-03-201-6/+9
|
* [francetv] Improve formats extractionSergey M․2016-03-201-12/+24
|
* [francetvinfo] Add support for france3-regions and strip title (Closes #7673)Sergey M․2016-03-201-2/+20
|
* Merge pull request #8902 from jaimeMF/bmakeSergey M2016-03-201-9/+1
|\ | | | | Makefile: make it compatible with bmake
| * Makefile: make it compatible with bmakeJaime Marquínez Ferrándiz2016-03-191-9/+1
| | | | | | | | | | It's the portable version of BSD make: http://crufty.net/help/sjg/bmake.html The syntax for conditionals is different in GNU make and BSD make, so we use the shell
* | [discovery] Relax _VALID_URL (Closes #8903)Sergey M․2016-03-201-1/+1
| |
* | [postprocessort/ffmpeg] Allow embedding webvtt into webm (Closes #8874)Sergey M․2016-03-202-5/+22
|/
* tox.ini: Exclude test_iqiyi_sdk_interpreter.pyJaime Marquínez Ferrándiz2016-03-191-1/+1
|
* [91porn] Use common messages' wordingSergey M․2016-03-201-3/+4
|
* [91porn] Unquote final URL (Closes #8881)Sergey M․2016-03-201-2/+6
|
* Credit @jjatria for biobiochiletv (#7314)Sergey M․2016-03-201-0/+1
|
* [biobiochiletv] Fix extraction, extract m3u8 formats and overall improve ↵Sergey M․2016-03-203-75/+87
| | | | (Closes #7314)
* [biobiotv] Add extractorjjatria2016-03-201-0/+75
|
* Credit @kasper93 for cda (#8805)Sergey M․2016-03-191-0/+1
|
* [cda] Improve and simplify (Closes #8805)Sergey M․2016-03-191-64/+64
|
* [cda] Add new extractor for cda.plKacper Michajłow2016-03-192-0/+97
| | | | Fixes #8760
* [safari:api] Separate extractor (Closes #8871)Sergey M․2016-03-192-22/+33
|
* [utils] lookup_unit_table: Match word boundary instead of end of stringJaime Marquínez Ferrándiz2016-03-192-1/+3
|
* [extractor/generic] Fix missing byte literal prefixSergey M․2016-03-191-1/+1
|
* [hbo] Add new extractorremitamine2016-03-182-0/+123
|
* utils: lookup_unit_table: Use a stricter regexJaime Marquínez Ferrándiz2016-03-181-1/+1
| | | | In parse_count multiple units start with the same letter, so it would match different units depending on the order they were sorted when iterating over them.
* [test_YoutubeDL] Add test for format_id format selectionSergey M․2016-03-191-0/+5
|
* Added format_id to the filers on -f.John Peel2016-03-181-1/+1
|
* [commonprotocols] Add generic support for rtmp URLs (Closes #8488)Sergey M․2016-03-182-0/+37
|
* [extractor/generic] Add a test for m3u playlist served without proper ↵Sergey M․2016-03-181-0/+15
| | | | Content-Type
* [extractor/generic] Detect m3u playlists served without proper Content-TypeSergey M․2016-03-181-1/+7
|
* [extractor/generic] Fix direct link semanticsSergey M․2016-03-181-4/+2
|
* [extractor/generic] Simplify upload_date extractionSergey M․2016-03-181-6/+1
|
* [extractor/generic] Add another test for generic m3u8Sergey M․2016-03-181-0/+14
|
* [extractor/generic] Force Content-Type to lowecaseSergey M․2016-03-181-1/+1
|
* [extractor/generic] Properly extract format id from Content-TypeSergey M․2016-03-181-1/+1
| | | | Fixes extraction for cases like: audio/x-mpegURL; charset=utf-8
* [theplatform] Improve geo restriction detectionSergey M․2016-03-181-4/+3
|
* [once] check http formats availabilityremitamine2016-03-181-5/+6
|
* release 2016.03.18Philipp Hagemeister2016-03-182-1/+5
|
* [theplatform] remove unnecessary importremitamine2016-03-181-3/+1
|
* [theplatform] always force theplatform to return a smil for ↵remitamine2016-03-185-8/+10
| | | | _extract_theplatform_smil
* [noz] Fix extraction on python 2.6 by means of using compat_xpathSergey M․2016-03-181-2/+5
|
* [utils] Use compat_xpathSergey M․2016-03-181-9/+3
|
* [compat] Add compat_xpathSergey M․2016-03-181-0/+11
|
* [animeondemand] Fix typo and improveSergey M․2016-03-181-6/+6
|
* [animeondemand] Improve extractionSergey M․2016-03-181-6/+18
|
* [animeondemand] Add testSergey M․2016-03-171-2/+6
|
* [animeondemand] Expand episode title regex (Closes #8875)Sergey M․2016-03-171-1/+1
|
* [crunchyroll] Fix custom _download_webpage (Closes #8883)Sergey M․2016-03-171-3/+2
|
* [wistia] extract more metadataremitamine2016-03-171-15/+27
|
* [nbc:nbcnews] improve extraction(fixes #6922)remitamine2016-03-171-46/+91
| | | | | - extract more metadata and formats - relax regex
* [theplatform] extract brightcove once formatsremitamine2016-03-171-11/+11
|
* [once] Add new format extractorremitamine2016-03-171-0/+37
|
* [youtube] Added itag 91Yen Chi Hsuan2016-03-171-0/+1
| | | | Seen in https://www.youtube.com/watch?v=jMN4cxyhJjk
* [sbs] improve extraction(fixes #3811)remitamine2016-03-171-11/+22
| | | | | | | - extract error messages - force the platform smil url(previously the manifest param in the query is not respected which make theplatform return non working mp4 files for some videos)