Commit Graph

9280 Commits (89faae660ffaad735699157edc7965713f3cad1b)
 

Author SHA1 Message Date
Sergey M․ 66e568de3b [extractor/generic] Improve kaltura embeds support (Closes #6137) 10 years ago
Sergey M․ f5ca97e393 [npo] Clarify token decryption algorithm source 10 years ago
Yen Chi Hsuan 8d06a62485 [npo] Decrypting token (closes #6136) 10 years ago
Yen Chi Hsuan 93f9420993 [pbs] Add coding declaration
Python 2.x does not work without it.
10 years ago
Yen Chi Hsuan 5b61070c70 [pbs] skip_download for m3u8 test cases 10 years ago
Yen Chi Hsuan dbe1a93526 [pbs] Fix player URL (closes #6139) 10 years ago
Aurélio A. Heckert aa5d9a79d6 Simplify `postprocessor_args` transmission to PP base class
* Remove `extra_cmd_args` transmission from sub to super class.
* Simplify params transmission through `downloader.params`.
10 years ago
Sergey M․ 86511ea417 [drtuber] Fix extraction 10 years ago
Aurélio A. Heckert 1866432db7 Rename --pp-params to --postprocessor-args and access value as super class attribute 10 years ago
Jaime Marquínez Ferrándiz cf2ac6df68 [YoutubeDL] format spec: Fix handling of '+' with '/'
'bestvideo+bestaudio/best' was incorrectly interpreted as 'bestvideo+(bestaudio/best)', so it would fail if 'bestaudio' doesn't exist instead of falling back to 'best'.
10 years ago
Sergey M. 33f1f81b8b Merge pull request #6132 from alarig/master
Add support of HTTPS for ina.fr
10 years ago
Sergey M․ 9d0b581fea [youtube] Prefer meta for upload date and modernize 10 years ago
alarig c05724cb18 Add support of HTTPS for ina.fr 10 years ago
Sergey M․ f0714c9f86 [youtube] Speed up upload date regex (#6125) 10 years ago
Sergey M․ cf386750c9 [hentaistigma] Modernize 10 years ago
Sergey M. 54f428f645 Merge pull request #6120 from nawl/master
[hentaistigma] Fix video extractor
10 years ago
Sergey M. dc2bd20e55 Merge pull request #6098 from dstftw/use-codecs-from-dash-manifest
[youtube] Pick up codecs info from DASH manifest when not set explicitly
10 years ago
Sergey M. c608ee491f Merge pull request #6097 from dstftw/union-itags-from-multiple-dashmpd
[youtube] Extract formats from multiple DASH manifests (Closes #6093)
10 years ago
Jaime Marquínez Ferrándiz 0130afb76e [YoutubeDL] format spec: allow grouping specifiers with parentheses 10 years ago
nawl 738b926322 [hentaistigma] Fix video extractor 10 years ago
corone17 bea41c7f3f Update rtlnl.py
Better to extract 'http://manifest.us.rtl.nl' from the json, I'd say. And I think it's better to use the default json-url to make it more futureproof.
Succesfully tested with tarball.
10 years ago
Sergey M. 1bbe660dfa Merge pull request #6117 from Kagee/patch-1
NRK now supports / requires HTTPS
10 years ago
Anders Einar Hilden c4bd188da4 NRK now supports / requires HTTPS
Add s? to regexp to support new urls. Update testcases to use HTTPS.
10 years ago
Jaime Marquínez Ferrándiz 5acfa126c8 [YoutubeDL] format spec: treat 'all' like a normal specifier
So you can use filters with it, for example 'all[width>=400][width<=600]'.
10 years ago
Jaime Marquínez Ferrándiz 67134eaba1 [YoutubeDL] rework how the format spec is processed
The spec string is processed using 'tokenize.tokenize' to split it in words and operators, the filters are still processed using regular expressions.
This should make easier to allow grouping operators with parens.
10 years ago
Sergey M․ 5414623791 [extractor/common] Remove superfluous line 10 years ago
Sergey M․ c93d53f5e3 [youtube] Fix likes/dislike extraction 10 years ago
Sergey M․ 507683780e Credit @gebn for moviefap 10 years ago
Sergey M․ e8b9ee5e08 Merge branch 'gebn-moviefap' 10 years ago
Sergey M․ d16154d163 [tnaflix] Generalize tnaflix extractors 10 years ago
Sergey M․ c342041fba [extractor/common] Use NO_DEFAULT from utils 10 years ago
Sergey M․ bf42a9906d [utils] Add default value for xpath_text 10 years ago
Sergey M․ 9603e8a7d9 [YoutubeDL] Handle None width and height similarly to formats 10 years ago
Sergey M․ c7c040b825 Merge branch 'moviefap' of https://github.com/gebn/youtube-dl into gebn-moviefap 10 years ago
Yen Chi Hsuan ac0474f89d [twitch:vod] Update _TEST
The original test case is gone
10 years ago
Yen Chi Hsuan bb512e57dc [twitch:vod] Fix 'Source' format in m3u8 (closes #6115) 10 years ago
George Brighton db652ea186 [moviefap] Fix `flake8` warnings introduced in 1a5fd4e 10 years ago
George Brighton 5a9cc19972 [moviefap] Move flv videos to formats in the metadata 10 years ago
George Brighton 1a5fd4eebc [moviefap] Wrap long lines 10 years ago
George Brighton 8a1b49ff19 [moviefap] Explicitly sort formats to handle possible site changes 10 years ago
George Brighton b971abe897 [moviefap] Replace call to `str()` with `compat.compat_str()` 10 years ago
George Brighton 43b925ce74 [moviefap] Replace calls to `find()` with `util.xpath_text()`. 10 years ago
George Brighton 62b742ece3 [moviefap] Remove redundant comments 10 years ago
George Brighton d16ef949ca [moviefap] Allow non-critical fields to change without breaking extraction 10 years ago
Sergey M․ 23e7cba87f [twitter:card] Add extractor (#5239) 10 years ago
George Brighton a8e6f30d8e [moviefap] Swap and justify tests 10 years ago
George Brighton 9c49410898 [moviefap] Add categories to tests 10 years ago
George Brighton 802d74aa6b [moviefap] Swap test for an alternative non-copyrighted video 10 years ago
George Brighton 71f9e49e67 [moviefap] Fix dictionary comprehension syntax incompatible with Python 2.6 10 years ago
George Brighton 82ea1051b5 [moviefap] Add new extractor 10 years ago