24717 Commits

Author SHA1 Message Date
dubber0
3e51145032 [aliexpress] fixed possible regex and return issue and used better dict getter 2017-07-24 19:21:57 +02:00
burnersauce
481d8ec6aa [pornhub] Correctly parse categories and tags (#13720) 2017-07-23 22:31:29 -04:00
Zil0
0948f25c26 Save transitional filenames if keepvideo is set 2017-07-23 22:52:49 +02:00
dubber0
5e31985b03 [aliexpress] fixed possible extraction issues and removed unnecessary things 2017-07-23 18:28:26 +02:00
Sergey M․
c99d6890cb
[nickru] Add extractor 2017-07-23 21:02:06 +07:00
Sergey M․
70bfab0e9a
[mtv] Improve thumbnal extraction 2017-07-23 21:02:06 +07:00
nyuszika7h
f0e31e32c9 [nick] Automate geo-restriction bypass (#13711) 2017-07-23 20:40:04 +07:00
dubber0
4b990cb33a [aliexpress] rewrote code so that it parses JSON 2017-07-23 15:35:28 +02:00
nyuszika7h
c054690138 [nick] Automate geo-restriction bypass 2017-07-23 15:35:15 +02:00
nyuszika7h
3150976669 [ISSUE_TEMPLATE_tmpl.md] Minor improvements 2017-07-23 20:33:18 +07:00
Zil0
c5a0627b96 [YoutubeDL] Add filenames key in info_dict 2017-07-23 14:25:35 +02:00
luceatnobis
bbfca487d0 [RutubePlaylistIE] correct retrieval of category 2017-07-23 13:19:30 +02:00
luceatnobis
d6391e5e46 [RutubePlaylistIE] Fix retrieval of 'id' for infodict 2017-07-23 13:15:38 +02:00
luceatnobis
f1858bf4fe [RutubeIE] Allow for lone 'pl_id' parameter in URL 2017-07-23 13:10:58 +02:00
nyuszika7h
f1763e04f2 Don't include command line in issue template log example
The command line is already output with `youtube-dl -v`, and that also
automatically redacts sensitive information. (Hopefully people would be
smart enough to redact that anyway, but who knows.)
2017-07-23 10:59:29 +02:00
nyuszika7h
02048ea8cc Minor grammar/formatting corrections to issue template 2017-07-23 10:59:25 +02:00
Yen Chi Hsuan
e3ce912c3d
[niconico] improve error reporting (#13696) 2017-07-23 16:25:30 +08:00
Yen Chi Hsuan
73095e013f
[options] Typo 2017-07-23 16:24:18 +08:00
Yen Chi Hsuan
905d18a7aa
[options] Correctly hide login info from debug outputs (#13696)
Iterate over opts instead of PRIVATE_OPTS for both performance and
correctness
2017-07-23 16:22:14 +08:00
Parmjit Virk
0202d7e4cf Merge branch 'master' into GoogleDrive-issue-13619 2017-07-22 15:09:19 -05:00
dubber0
9e8c64cb0c [aliexpress] fixed pep8 errors 2017-07-22 21:40:10 +02:00
dubber0
eb4284a94b [aliexpress] Add new extractor 2017-07-22 21:32:51 +02:00
Sergey M․
0db492c02a
release 2017.07.23 2017.07.23 2017-07-23 01:09:09 +07:00
Sergey M․
425f41319a
[ChangeLog] Actualize 2017-07-23 01:06:08 +07:00
Sergey M․
71dde5eecf
[itv] Fix production id extraction (closes #13671) 2017-07-23 00:59:07 +07:00
Sergey M․
935d6c20c0
[vidio] Make duration non fatal and fix typo 2017-07-23 00:44:50 +07:00
Sergey M․
e0f1fb0a27
[mtv] Skip missing video parts (closes #13690) 2017-07-23 00:25:23 +07:00
Sergey M․
0017d9ad6d
[YoutubeDL] Improve default format specification (closes #13704) 2017-07-23 00:12:01 +07:00
Khang Nguyen
34215326bf Don't raise "requested format not available" when just dumping JSON 2017-07-22 22:45:49 +07:00
Sergey M․
327c8364f1
[sportbox:embed] Fix extraction 2017-07-22 21:35:14 +07:00
dubber0
359aa2fdd1 [npo] Add support for npo3.nl URLs 2017-07-22 19:15:55 +07:00
Sergey M
e57b6b17ec Update npo.py 2017-07-22 19:15:16 +07:00
Sergey M․
f76c02c87b
[dramafever] Fix tests 2017-07-22 11:41:40 +07:00
Sergey M․
7d9a1db111
[dramafever] Remove video id from title (closes #13699) 2017-07-22 11:40:46 +07:00
dubber0
ccdf9d663c [npo] made test only_matching and removed unnecessary regex 2017-07-21 18:50:41 +02:00
dubber0
da4c53789c [npo] added npo3 support 2017-07-21 15:26:32 +02:00
Parmjit Virk
90793eef1d Merge branch 'master' into GoogleDrive-issue-13619 2017-07-20 15:55:52 -05:00
Sergey M․
0396806f67
[YoutubeDL] Do not override id, extractor and extractor_key in url_transparent
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'.
2017-07-21 00:13:32 +07:00
Sergey M․
dc6520aa3d
[egghead:lesson] Add extractor (#6635) 2017-07-20 23:22:36 +07:00
Sergey M․
c653326a14
[funnyordie] Extract more metadata (closes #13677) 2017-07-20 22:50:56 +07:00
Yen Chi Hsuan
3fcf346ac1
[youku:show] Refine playlist extraction
Handle playlists that the initial page is not the first page
2017-07-20 23:20:46 +08:00
Yen Chi Hsuan
fa63cf6c23
[youku:show] Fix playlist extraction (closes #13248) 2017-07-20 22:57:51 +08:00
Yen Chi Hsuan
85f5a74b6c
[tbs] Mark as broken and skip invalid tests 2017-07-20 21:19:09 +08:00
Yen Chi Hsuan
d20b1c6725
[dispeak] Recognize sevt subdomain (closes #13276) 2017-07-20 18:14:14 +08:00
Mariusz Skoneczko
27076a6e22 [AnimeLab] Add thumbnail extraction 2017-07-19 17:54:12 +10:00
Mariusz Skoneczko
84d4419bad [AnimeLab] Removed superfluous test 2017-07-19 17:24:35 +10:00
Ondrej Zara
c3b29a31be inlined local variables 2017-07-19 09:15:14 +02:00
sufuf3
48cdb54be3 [stopgame] Add new extractor (close #10395) 2017-07-19 00:22:03 +08:00
Ondrej Zara
611c5af425 several adjustments according to the code review 2017-07-18 16:04:02 +02:00
Argn0
e699a7862b [Vice] alternative embed player extraction
fixes links like
https://news.vice.com/video/experimenting-on-animals-inside-the-monkey-lab
https://video.vice.com/en_us/embed/57f41d3556a0a80f54726060
2017-07-18 09:02:50 +02:00