summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | [megaphone] Add extractorPhilipp Hagemeister2017-07-283-0/+64
| | | | |
* | | | | [amcnetworks] Make rating optional (closes #12453)Sergey M․2017-07-271-3/+5
| | | | |
* | | | | [cloudy] Fix extraction (closes #13737)Sergey M․2017-07-261-1/+5
| | | | |
* | | | | [nickru] Add extractorSergey M․2017-07-232-0/+19
| | | | |
* | | | | [mtv] Improve thumbnal extractionSergey M․2017-07-231-2/+1
| | | | |
* | | | | [nick] Automate geo-restriction bypass (#13711)nyuszika7h2017-07-231-0/+1
| | | | |
* | | | | [ISSUE_TEMPLATE_tmpl.md] Minor improvementsnyuszika7h2017-07-231-6/+6
| | | | |
* | | | | [niconico] improve error reporting (#13696)Yen Chi Hsuan2017-07-231-0/+3
| | | | |
* | | | | [options] TypoYen Chi Hsuan2017-07-231-1/+1
| | | | |
* | | | | [options] Correctly hide login info from debug outputs (#13696)Yen Chi Hsuan2017-07-233-20/+50
| | | | | | | | | | | | | | | | | | | | | | | | | Iterate over opts instead of PRIVATE_OPTS for both performance and correctness
* | | | | release 2017.07.23Sergey M․2017-07-234-10/+13
| | | | |
* | | | | [ChangeLog] ActualizeSergey M․2017-07-231-0/+20
| | | | |
* | | | | [itv] Fix production id extraction (closes #13671)Sergey M․2017-07-231-1/+7
| | | | |
* | | | | [vidio] Make duration non fatal and fix typoSergey M․2017-07-231-1/+2
| | | | |
* | | | | [mtv] Skip missing video parts (closes #13690)Sergey M․2017-07-232-10/+30
| | | | |
* | | | | [YoutubeDL] Improve default format specification (closes #13704)Sergey M․2017-07-232-8/+34
| | | | |
* | | | | [sportbox:embed] Fix extractionSergey M․2017-07-221-27/+34
| | | | |
* | | | | [npo] Add support for npo3.nl URLsdubber02017-07-221-2/+5
| | | | |
* | | | | [dramafever] Fix testsSergey M․2017-07-221-4/+4
| | | | |
* | | | | [dramafever] Remove video id from title (closes #13699)Sergey M․2017-07-221-2/+7
| | | | |
* | | | | [YoutubeDL] Do not override id, extractor and extractor_key in url_transparentSergey M․2017-07-212-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All these meta fields must be borrowed from final extractor that actually performs extraction. This commit fixes extractor id in download archives for url_transparent downloads. Previously, 'transparent' extractor was erroneously used for extractor archive id, e.g. 'eggheadlesson 4n8ugwwj5t' instead of 'wistia 4n8ugwwj5t'.
* | | | | [egghead:lesson] Add extractor (#6635)Sergey M․2017-07-202-1/+53
| | | | |
* | | | | [funnyordie] Extract more metadata (closes #13677)Sergey M․2017-07-201-8/+56
| | | | |
* | | | | [youku:show] Refine playlist extractionYen Chi Hsuan2017-07-201-11/+23
| | | | | | | | | | | | | | | | | | | | Handle playlists that the initial page is not the first page
* | | | | [youku:show] Fix playlist extraction (closes #13248)Yen Chi Hsuan2017-07-202-28/+39
| | | | |
* | | | | [tbs] Mark as broken and skip invalid testsYen Chi Hsuan2017-07-201-2/+7
| | | | |
* | | | | [dispeak] Recognize sevt subdomain (closes #13276)Yen Chi Hsuan2017-07-202-1/+11
| | | | |
* | | | | [spiegel:article] Move testSergey M․2017-07-172-21/+20
|/ / / /
* | | | [adn] Improve error reporting (#13663)Sergey M․2017-07-161-1/+4
| | | |
* | | | [crunchyroll] Relax series and season regex (closes #13659)Sergey M․2017-07-161-2/+2
| | | |
* | | | [nexx:embed] PEP 8Sergey M․2017-07-161-1/+1
| | | |
* | | | [spiegel:article] Add support for nexx iframe embeds (closes #13029)Sergey M․2017-07-161-3/+7
| | | |
* | | | [extractor/common] Fix playlist_from_matchesSergey M․2017-07-161-3/+3
| | | |
* | | | [nexx:embed] Add extractor for iframe embedsSergey M․2017-07-163-2/+80
| | | |
* | | | [nexx] Improve JS embed extractionSergey M․2017-07-161-7/+11
| | | |
* | | | [pearvideo] Improve (closes #13031)Sergey M․2017-07-163-35/+64
| | | |
* | | | [pearvideo] Add extractortroywith772017-07-162-0/+35
| | | |
* | | | release 2017.07.15Sergey M․2017-07-154-5/+7
| | | |
* | | | [ChangeLog] ActualizeSergey M․2017-07-151-0/+14
| | | |
* | | | [YoutubeDL] PEP 8Sergey M․2017-07-151-2/+3
| | | |
* | | | [youtube] PEP 8Sergey M․2017-07-151-1/+1
| | | |
* | | | [spiegeltv] Delegate extraction to nexx (closes #13159)Sergey M․2017-07-151-105/+8
| | | |
* | | | [nexx] Add extractor (closes #10807, closes #13465)Sergey M․2017-07-153-0/+244
| | | |
* | | | Fix bugs caused by typosRobin Neatherway2017-07-144-5/+4
| | | |
* | | | [youtube] Don't capture YouTube Red ad for creator meta field (closes #13621)Sergey M․2017-07-141-1/+16
| | | |
* | | | [slideshare] Fix extractionsatunnainen2017-07-141-1/+1
| | | |
* | | | [5tv] Add another video URL pattern (closes #13354)rrooij2017-07-141-2/+3
| | | |
* | | | [YoutubeDL] Don't expand env variables in meta fields (closes #13637)Sergey M․2017-07-142-1/+20
| | | |
* | | | [drtv] Make HLS and HDS extraction non fatalSergey M․2017-07-111-2/+3
| | | |
* | | | [ted] Fix subtitles extraction (closes #13628, closes #13629)Sergey M․2017-07-111-14/+16
| | | |