Yen Chi Hsuan
d3ee4bbc5a
Merge branch 'ping-qqmusic-format-fix'
9 years ago
Yen Chi Hsuan
85a064861f
[qqmusic] Use regex for thumbnails in test cases
9 years ago
Yen Chi Hsuan
d0b436bff2
Merge branch 'qqmusic-format-fix' of https://github.com/ping/youtube-dl into ping-qqmusic-format-fix
9 years ago
Yen Chi Hsuan
92b2f18072
Merge branch 'ping-qqmusic-album-fix'
9 years ago
Yen Chi Hsuan
dfc4eca21f
[qqmusic:album] Playlist names are optional
9 years ago
Yen Chi Hsuan
fc7ae675e2
[qqmusic:album] Strip description
9 years ago
Yen Chi Hsuan
804ad79985
Merge branch 'qqmusic-album-fix' of https://github.com/ping/youtube-dl into ping-qqmusic-album-fix
9 years ago
Yen Chi Hsuan
da839880e9
Merge branch 'ping-qqmusic-playlist'
9 years ago
Yen Chi Hsuan
e9d33454b5
[qqmusic:playlist] Playlist names are optional
9 years ago
Yen Chi Hsuan
d80891efc4
Merge branch 'qqmusic-playlist' of https://github.com/ping/youtube-dl into ping-qqmusic-playlist
9 years ago
ping
37c1e4025c
[yinyuetai] New extractor for yinyuetai.com
9 years ago
Yen Chi Hsuan
59a83d3e5b
[spiegeltv] Skip invalid m3u8 manifests ( closes #6157 )
9 years ago
Yen Chi Hsuan
13af92fdc4
[common] Add 'fatal' to _extract_m3u8_formats
9 years ago
Sergey M․
0c20ee7d4b
[rtlnl] Clarify current adaptive -> flash workaround rationale
9 years ago
Sergey M․
89d42c2c75
[rtlnl] Clarify test
9 years ago
Sergey M․
04611765a4
Merge branch 'corone17-patch-1'
9 years ago
Sergey M․
9dfc4fa1a1
[rtlnl] Add test with encrypted m3u8 streams for reference
9 years ago
Sergey M․
43232d5c14
[rtlnl] Improve
9 years ago
Sergey M․
f7c272d4fa
Merge branch 'patch-1' of https://github.com/corone17/youtube-dl into corone17-patch-1
9 years ago
Sergey M․
ede21449c8
[crunchyroll] Fix extraction ( Closes #5855 , closes #5881 )
9 years ago
Jaime Marquínez Ferrándiz
bb8e553662
[YoutubeDL] format spec: Do not fail when a filter gives an empty result
For example with 'best[height<40]' we ended getting a 'IndexError: list index out of range'.
9 years ago
Jaime Marquínez Ferrándiz
f5f4a27a96
[YoutubeDL] format spec: fix handling of '/' with ','
When using 'bestvideo/best,bestaudio', 'bestvideo/best' must be set as the current_selector (instead of appending it to the selectors), otherwise when it gets the ',' it would append 'None' to the selectors.
9 years ago
Sergey M․
d7c9a3e976
Credit @remitamine for snagfilms ( #6096 )
9 years ago
Philipp Hagemeister
35eb649e9d
release 2015.07.04
9 years ago
Sergey M․
e56a4c9e9b
[thisamericanlife] Improve and simplify
9 years ago
Eric Wong
95506e37af
[thisamericanlife] Remove unnecessary comment
10 years ago
Eric Wong
e41840c522
[thisamericanlife] get info from <meta> tags
10 years ago
Eric Wong
2a46a27e6c
[thisamericanlife] Add a new extractor
10 years ago
Sergey M․
0bcdc27653
[dailymotion:cloud] Extend _VALID_URL ( Closes #6145 )
9 years ago
Sergey M․
ddf0f74de7
[howcast] Fix extraction and modernize
9 years ago
Yen Chi Hsuan
91b21b2334
[infoq] Fix extraction ( closes #6141 )
9 years ago
Sergey M․
66e568de3b
[extractor/generic] Improve kaltura embeds support ( Closes #6137 )
9 years ago
Sergey M․
f5ca97e393
[npo] Clarify token decryption algorithm source
9 years ago
Yen Chi Hsuan
8d06a62485
[npo] Decrypting token ( closes #6136 )
9 years ago
Yen Chi Hsuan
93f9420993
[pbs] Add coding declaration
Python 2.x does not work without it.
9 years ago
Yen Chi Hsuan
5b61070c70
[pbs] skip_download for m3u8 test cases
9 years ago
Yen Chi Hsuan
dbe1a93526
[pbs] Fix player URL ( closes #6139 )
9 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`.
9 years ago
Sergey M․
86511ea417
[drtuber] Fix extraction
9 years ago
Aurélio A. Heckert
1866432db7
Rename --pp-params to --postprocessor-args and access value as super class attribute
9 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'.
9 years ago
Sergey M.
33f1f81b8b
Merge pull request #6132 from alarig/master
Add support of HTTPS for ina.fr
9 years ago
Sergey M․
9d0b581fea
[youtube] Prefer meta for upload date and modernize
9 years ago
alarig
c05724cb18
Add support of HTTPS for ina.fr
9 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