summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | [youtube] Recognize another HTML5 player URL (#12885)Yen Chi Hsuan2017-04-281-1/+2
| | | |
| * | | [youtube] Recognize new locale-based player URLs (fixes #12885)Yen Chi Hsuan2017-04-282-1/+7
| | | |
| * | | [cbslocal] Update testTithen-Firion2017-04-281-2/+2
| | | |
| * | | [collegerama] Update testsTithen-Firion2017-04-281-1/+2
| | | |
| * | | [afreecatv] Fix title extractionTithen-Firion2017-04-281-2/+1
| | | |
| * | | [archiveorg] Update testTithen-Firion2017-04-281-2/+2
| | | |
| * | | [appleconnect] Update testTithen-Firion2017-04-281-2/+2
| | | |
| * | | [audioboom] Update testTithen-Firion2017-04-281-1/+1
| | | |
| * | | [atresplayer] Update testTithen-Firion2017-04-281-1/+1
| | | |
| * | | [bleacherreport] Update testsTithen-Firion2017-04-281-7/+3
| | | |
| * | | [downloader/fragment] Remove assert for resume_len when no fragments downloadedSergey M․2017-04-281-2/+0
| | | | | | | | | | | | | | | | This may be incorrect due some header (e.g. flv header in f4m downloader)
| * | | [beeg] Update testTithen-Firion2017-04-281-1/+1
| | | |
| * | | [bandcamp] Update testTithen-Firion2017-04-281-4/+4
| | | |
| * | | [canalc2] Update testTithen-Firion2017-04-281-4/+1
| | | |
| * | | [test_InfoExtractor] Fix test_parse_m3u8_formatsSergey M․2017-04-281-23/+27
| | | |
| * | | [extractor/common] Add manifest_url for explicit group rendition formatsSergey M․2017-04-281-0/+1
| | | |
| * | | [br] Update testTithen-Firion2017-04-281-1/+1
| | | |
| * | | [clipfish] Update testTithen-Firion2017-04-281-1/+1
| | | |
| * | | [test_download] Fix order when testing file's md5Tithen-Firion2017-04-271-1/+1
| | |/ | |/|
| * | Don't list master m3u8 playlists in format list (closes #12832)Sergey M․2017-04-2711-61/+11
| |/
| * [streamable] Add support for new embedded URL schemaLucas M2017-04-261-1/+5
| |
| * [arte:+7] Relax _VALID_URL (closes #12837)Sergey M․2017-04-261-1/+4
| |
| * release 2017.04.26Sergey M․2017-04-265-7/+8
| |
| * [ChangeLog] ActualizeSergey M․2017-04-261-1/+30
| |
| * [extractor/common] Improve jwplayer regexSergey M․2017-04-251-1/+1
| |
| * [downloader/fragment] Clarify current_fragment's index and mark as experimentalSergey M․2017-04-251-1/+3
| |
| * Add missing test m3u8 fileSergey M․2017-04-251-0/+10
| |
| * Ignore and clean *.ytdl filesYen Chi Hsuan2017-04-252-1/+2
| |
| * [iqiyi] Fix extraction of Yule videosYen Chi Hsuan2017-04-252-4/+10
| |
| * [downloader/fragment] Improve .ytdl format and start documentingSergey M․2017-04-241-5/+26
| |
| * [downloader/fragment] Don't process ytdl file when it's not needed yetSergey M․2017-04-241-13/+23
| |
| * Introduce --keep-fragmentsSergey M․2017-04-243-1/+9
| |
| * [downloader/fragment] Use temp file for current fragmentSergey M․2017-04-242-26/+41
| |
| * [YoutubeDL] Fix output template for missing timestamp (closes #12796)Sergey M․2017-04-241-1/+1
| |
| * [extractor/common] Rephrase commentSergey M․2017-04-231-2/+2
| |
| * [test_InfoExtractor] Add m3u8 parsing test for NAME attribute in ↵Sergey M․2017-04-232-11/+56
| | | | | | | | EXT-X-STREAM-INF tag
| * [vidio] Improve and sort formatsSergey M․2017-04-231-2/+5
| |
| * [extractor/common] Use float for scaled tbrSergey M․2017-04-231-2/+4
| |
| * [brightcove] match only video elements with data-video-id attributeRemita Amine2017-04-221-1/+1
| |
| * [downloader/fragment] remove unused codeRemita Amine2017-04-222-5/+0
| |
| * [downloader/fragment] use the documented names for fragment progress_hooks ↵Remita Amine2017-04-225-12/+14
| | | | | | | | fields
| * [iqiyi] Fix playlist detection (#12504)Yen Chi Hsuan2017-04-222-6/+10
| |
| * [socks] Report errors elegantly when credentails are required but missingYen Chi Hsuan2017-04-222-2/+7
| | | | | | | | | | | | In some non-standard implementations, the server may respond AUTH_USER_PASS even if's not listed in available authentication methods. (it should respond AUTH_NO_ACCEPTABLE per standards)
| * [azubu] Remove extractor as the site is gone (closes #12813)Yen Chi Hsuan2017-04-223-141/+1
| |
| * [porn91] Fix extraction (closes #12814)Yen Chi Hsuan2017-04-222-26/+7
| |
| * [extractor/common] Improve m3u8 extraction (closes #12211)Sergey M․2017-04-227-60/+466
| | | | | | | | | | | | | | | | * Extract m3u8 parsing to separate method * Improve rendition groups extraction * Build stream name according stream GROUP-ID * Ignore reference to AUDIO group without URI when stream has no CODECS + Add test coverage for parsing m3u8 from #11507, #11995, #12211 and twitch vod
| * [vidzi] Fix extraction (closes #12793)Sergey M․2017-04-211-5/+6
| |
| * [amp] extract error message(closes #12795)Remita Amine2017-04-201-2/+6
| |
| * [downloader/fragment] use a general file to store fragment download contextRemita Amine2017-04-192-7/+15
| |
| * [brightcove] PEP 8Sergey M․2017-04-191-1/+1
| |