Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-06 | [qqmusic:album] Playlist names are optional | Yen Chi Hsuan | |
2015-07-06 | [qqmusic:album] Strip description | Yen Chi Hsuan | |
2015-07-06 | Merge branch 'qqmusic-album-fix' of https://github.com/ping/youtube-dl into ↵ | Yen Chi Hsuan | |
ping-qqmusic-album-fix | |||
2015-07-06 | Merge branch 'ping-qqmusic-playlist' | Yen Chi Hsuan | |
2015-07-06 | [qqmusic:playlist] Playlist names are optional | Yen Chi Hsuan | |
2015-07-06 | Merge branch 'qqmusic-playlist' of https://github.com/ping/youtube-dl into ↵ | Yen Chi Hsuan | |
ping-qqmusic-playlist | |||
2015-07-06 | [yinyuetai] New extractor for yinyuetai.com | ping | |
2015-07-06 | [spiegeltv] Skip invalid m3u8 manifests (closes #6157) | Yen Chi Hsuan | |
2015-07-06 | [common] Add 'fatal' to _extract_m3u8_formats | Yen Chi Hsuan | |
2015-07-06 | [rtlnl] Clarify current adaptive -> flash workaround rationale | Sergey M․ | |
2015-07-06 | [rtlnl] Clarify test | Sergey M․ | |
2015-07-05 | Merge branch 'corone17-patch-1' | Sergey M․ | |
2015-07-05 | [rtlnl] Add test with encrypted m3u8 streams for reference | Sergey M․ | |
2015-07-05 | [rtlnl] Improve | Sergey M․ | |
2015-07-05 | Merge branch 'patch-1' of https://github.com/corone17/youtube-dl into ↵ | Sergey M․ | |
corone17-patch-1 | |||
2015-07-05 | [crunchyroll] Fix extraction (Closes #5855, closes #5881) | Sergey M․ | |
2015-07-04 | [YoutubeDL] format spec: Do not fail when a filter gives an empty result | Jaime Marquínez Ferrándiz | |
For example with 'best[height<40]' we ended getting a 'IndexError: list index out of range'. | |||
2015-07-04 | [YoutubeDL] format spec: fix handling of '/' with ',' | Jaime Marquínez Ferrándiz | |
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. | |||
2015-07-04 | Credit @remitamine for snagfilms (#6096) | Sergey M․ | |
2015-07-04 | release 2015.07.042015.07.04 | Philipp Hagemeister | |
2015-07-04 | [thisamericanlife] Improve and simplify | Sergey M․ | |
2015-07-04 | [thisamericanlife] Remove unnecessary comment | Eric Wong | |
2015-07-04 | [thisamericanlife] get info from <meta> tags | Eric Wong | |
2015-07-04 | [thisamericanlife] Add a new extractor | Eric Wong | |
2015-07-03 | [dailymotion:cloud] Extend _VALID_URL (Closes #6145) | Sergey M․ | |
2015-07-03 | [howcast] Fix extraction and modernize | Sergey M․ | |
2015-07-03 | [infoq] Fix extraction (closes #6141) | Yen Chi Hsuan | |
2015-07-02 | [extractor/generic] Improve kaltura embeds support (Closes #6137) | Sergey M․ | |
2015-07-02 | [npo] Clarify token decryption algorithm source | Sergey M․ | |
2015-07-02 | [npo] Decrypting token (closes #6136) | Yen Chi Hsuan | |
2015-07-02 | [pbs] Add coding declaration | Yen Chi Hsuan | |
Python 2.x does not work without it. | |||
2015-07-02 | [pbs] skip_download for m3u8 test cases | Yen Chi Hsuan | |
2015-07-02 | [pbs] Fix player URL (closes #6139) | Yen Chi Hsuan | |
2015-07-01 | Simplify `postprocessor_args` transmission to PP base class | Aurélio A. Heckert | |
* Remove `extra_cmd_args` transmission from sub to super class. * Simplify params transmission through `downloader.params`. | |||
2015-07-01 | [drtuber] Fix extraction | Sergey M․ | |
2015-06-30 | Rename --pp-params to --postprocessor-args and access value as super class ↵ | Aurélio A. Heckert | |
attribute | |||
2015-06-30 | [YoutubeDL] format spec: Fix handling of '+' with '/' | Jaime Marquínez Ferrándiz | |
'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'. | |||
2015-06-30 | Merge pull request #6132 from alarig/master | Sergey M. | |
Add support of HTTPS for ina.fr | |||
2015-06-30 | [youtube] Prefer meta for upload date and modernize | Sergey M․ | |
2015-06-30 | Add support of HTTPS for ina.fr | alarig | |
2015-06-30 | [youtube] Speed up upload date regex (#6125) | Sergey M․ | |
2015-06-29 | [hentaistigma] Modernize | Sergey M․ | |
2015-06-29 | Merge pull request #6120 from nawl/master | Sergey M. | |
[hentaistigma] Fix video extractor | |||
2015-06-29 | Merge pull request #6098 from dstftw/use-codecs-from-dash-manifest | Sergey M. | |
[youtube] Pick up codecs info from DASH manifest when not set explicitly | |||
2015-06-29 | Merge pull request #6097 from dstftw/union-itags-from-multiple-dashmpd | Sergey M. | |
[youtube] Extract formats from multiple DASH manifests (Closes #6093) | |||
2015-06-29 | [YoutubeDL] format spec: allow grouping specifiers with parentheses | Jaime Marquínez Ferrándiz | |
2015-06-28 | [hentaistigma] Fix video extractor | nawl | |
2015-06-29 | Update rtlnl.py | corone17 | |
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. | |||
2015-06-29 | Merge pull request #6117 from Kagee/patch-1 | Sergey M. | |
NRK now supports / requires HTTPS | |||
2015-06-29 | NRK now supports / requires HTTPS | Anders Einar Hilden | |
Add s? to regexp to support new urls. Update testcases to use HTTPS. |