summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [washingtonpost] Fix invalid escape sequence on Python 3.6Yen Chi Hsuan2017-04-301-1/+1
|
* [noovo] Improve extraction (closes #12792)Sergey M․2017-04-301-24/+69
|
* [noovo] Add extractorFrederic Bournival2017-04-302-0/+53
|
* [washingtonpost] Add support for embeds (closes #12699)John Hawkinson2017-04-292-0/+27
|
* Merge pull request #12869 from Tithen-Firion/cbc-update-testsYen Chi Hsuan2017-04-291-3/+3
|\ | | | | [cbc] update test cases
| * [cbc] update test casesTithen-Firion2017-04-271-3/+3
| |
* | [yandexmusic:playlist] Fix extraction for python 3 (closes #12888)Sergey M․2017-04-291-1/+2
| |
* | [anvato] Improve extraction (closes #12913)Sergey M․2017-04-293-3/+73
| | | | | | | | | | | | | | * Promote to regular shortcut based extractor * Add mcp to access key mapping table * Add support for embeds extraction * Add support for anvato embeds in generic extractor
* | Merge pull request #12854 from Tithen-Firion/appletrailer-test-fixYen Chi Hsuan2017-04-291-2/+3
|\ \ | | | | | | [appletrailers] update test cases
| * | [appletrailers] update test casesTithen-Firion2017-04-271-2/+3
| | |
* | | Merge pull request #12906 from Tithen-Firion/clean-html-fixYen Chi Hsuan2017-04-292-2/+3
|\ \ \ | | | | | | | | [utils] Fix inconsistent output of clean_html
| * | | [test_utils] Add one more clean_html testTithen-Firion2017-04-281-0/+1
| | | |
| * | | [utils] Fix inconsistent output of clean_htmlTithen-Firion2017-04-281-2/+2
| | | | | | | | | | | | | | | | | | | | `\s` in Python 2.x doesn't match unicode whitespace characters by default
* | | | [xtube] Fix extraction with non-standard JSON 'sources'Yen Chi Hsuan2017-04-292-2/+27
| | | | | | | | | | | | | | | | | | | | | | | | Closes #12734 Thanks @paulguy for the fix!
* | | | [downloader/external] Properly handle live stream downloading cancellation ↵Sergey M․2017-04-291-1/+11
| | | | | | | | | | | | | | | | (closes #8932)
* | | | [tvplayer] Fix extraction (closes #12908)Sergey M․2017-04-291-12/+23
|/ / /
* | | release 2017.04.28Sergey M․2017-04-283-5/+5
| | |
* | | [ChangeLog] ActualizeSergey M․2017-04-281-0/+12
| | |
* | | [aenetworks] fix extraction for shows with single seasonRemita Amine2017-04-281-5/+9
| | |
* | | [go] add support for Disney, DisneyJunior and DisneyXD show pagesRemita Amine2017-04-281-14/+35
| | |
* | | [adobepass] use geo verification headers for all requestsRemita Amine2017-04-281-0/+6
| | |
* | | [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
|