Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [Youtube] Extract more formats for `music.youtube` URLs (#311) | coletdjnz | 2021-05-15 | 1 | -49/+112 | |
| | | | | | Based on: https://github.com/ytdl-org/youtube-dl/pull/28778, https://github.com/ytdl-org/youtube-dl/pull/26160 Co-authored-by: craftingmod, colethedj, pukkandan | |||||
* | [youtube] Add language names | pukkandan | 2021-05-15 | 1 | -2/+6 | |
| | | | | | | Co-authored by: nixxo, tpikonen Based on: https://github.com/ytdl-org/youtube-dl/pull/26112 Closes: #310 | |||||
* | Add field `name` for subtitles | pukkandan | 2021-05-15 | 3 | -6/+18 | |
| | | | | | | Co-authored by: pukkandan, tpikonen Based on: #310, https://github.com/ytdl-org/youtube-dl/pull/26112 | |||||
* | [youtube] multiple subtitles in same language | pukkandan | 2021-05-15 | 1 | -3/+9 | |
| | | | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/21164 Related: #310, https://github.com/ytdl-org/youtube-dl/pull/26112 | |||||
* | Fix `--check-formats` when there is network error | pukkandan | 2021-05-15 | 1 | -4/+8 | |
| | ||||||
* | [compat] Fix py2 | pukkandan | 2021-05-14 | 2 | -3/+3 | |
| | ||||||
* | [youtube] Extract audio language | pukkandan | 2021-05-14 | 1 | -1/+7 | |
| | ||||||
* | Add option `--print` | pukkandan | 2021-05-14 | 4 | -38/+66 | |
| | | | | | Deprecates: `--get-description`, `--get-duration`, `--get-filename`, `--get-format`, `--get-id`, `--get-thumbnail`, `--get-title`, `--get-url` Closes #295 | |||||
* | [options] Refactor callbacks | pukkandan | 2021-05-14 | 2 | -14/+17 | |
| | ||||||
* | Standardize `write_debug` | pukkandan | 2021-05-14 | 5 | -34/+34 | |
| | ||||||
* | [cleanup] Fix typos | pukkandan | 2021-05-11 | 3 | -3/+2 | |
| | ||||||
* | [common] bugfix for when `compat_opts` is not given | pukkandan | 2021-05-11 | 1 | -1/+1 | |
| | ||||||
* | [rmcdecouverte] Generalize `_VALID_URL` | pukkandan | 2021-05-11 | 1 | -2/+9 | |
| | | | | Closes #291 | |||||
* | Add compat-option `no-attach-infojson` | pukkandan | 2021-05-11 | 4 | -3/+5 | |
| | ||||||
* | [version] update :ci skip all | pukkandan | 2021-05-11 | 7 | -16/+16 | |
| | ||||||
* | Release 2021.05.11 | pukkandan | 2021-05-11 | 5 | -11/+81 | |
| | | | | * and some documentation improvements | |||||
* | [generic] Respect the encoding in manifest | pukkandan | 2021-05-11 | 1 | -1/+4 | |
| | ||||||
* | Option `--compat-options` to revert some of yt-dlp's changes | pukkandan | 2021-05-11 | 6 | -24/+145 | |
| | | | | * Deprecates `--list-formats-as-table`, `--list-formats-old` | |||||
* | Deprecate support for python versions < 3.6 | pukkandan | 2021-05-09 | 2 | -6/+13 | |
| | | | | Closes #267 | |||||
* | Remove `-l`, `-t`, `-A` completely and disable `--auto-number`, `--title`, ↵ | pukkandan | 2021-05-09 | 3 | -25/+11 | |
| | | | | `--literal`, `--id` | |||||
* | [Plugins] Prioritize plugins over standard extractors | pukkandan | 2021-05-09 | 2 | -5/+7 | |
| | | | | | | and prevent plugins from overwriting the standard extractor classes Closes #304 | |||||
* | [fragment] Make sure first segment is not skipped | pukkandan | 2021-05-09 | 2 | -4/+6 | |
| | ||||||
* | Update to ytdl-commit-a726009 | pukkandan | 2021-05-06 | 17 | -108/+252 | |
| | | | | | [blinkx] Remove extractor https://github.com/ytdl-org/youtube-dl/commit/a7260099873acc6dc7d76cafad2f6b139087afd0 | |||||
* | Fix `playlist_index` and add `playlist_autonumber` (#302) | pukkandan | 2021-05-06 | 1 | -3/+10 | |
| | | | Now `playlist_index` is always the position of the video in the actual playlist and `playlist_autonumber` is the position of the item in the playlist queue | |||||
* | Add experimental option `--check-formats` to test the URLs before format ↵ | pukkandan | 2021-05-06 | 5 | -31/+76 | |
| | | | | selection | |||||
* | Improve output template internal formatting | pukkandan | 2021-05-06 | 4 | -32/+71 | |
| | | | | | | | * Allow slicing lists/strings using `field.start:end:step` * A field can also be used as offset like `field1+num+field2` * A default value can be given using `field|default` * Capture all format strings and set it to `None` if invalid. This prevents invalid fields from causing errors | |||||
* | [plutotv] Fix format extraction for some urls | pukkandan | 2021-05-06 | 1 | -6/+17 | |
| | | | | | * And fallback to the first urls if ad-free urls can't be found Closes #299 | |||||
* | [plutotv] Extract subtitles from manifests | pukkandan | 2021-05-06 | 1 | -15/+19 | |
| | ||||||
* | [SonyLiv] Fix `title` and `series` extraction (#301) | Ashish | 2021-05-06 | 1 | -7/+4 | |
| | | | Authored by: Ashish0804 | |||||
* | [downloader] Fix `quiet` and `to_stderr` | pukkandan | 2021-05-04 | 2 | -5/+7 | |
| | ||||||
* | [utils] Add `network_exceptions` | pukkandan | 2021-05-04 | 4 | -16/+15 | |
| | ||||||
* | [fragment] Ensure the file is closed on error | pukkandan | 2021-05-04 | 2 | -0/+6 | |
| | ||||||
* | [blinkx] Minor fix | pukkandan | 2021-05-04 | 1 | -2/+2 | |
| | | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/28941 | |||||
* | [embedthumbnail] Fix bug where jpeg thumbnails were converted again | pukkandan | 2021-05-04 | 1 | -1/+1 | |
| | | | | Closes #297 | |||||
* | Fix number of digits in `%(playlist_index)s` | pukkandan | 2021-05-03 | 1 | -1/+2 | |
| | | | | When used with `--playlist-(items|start|end)`, the number of digits should depend on the last index in the playlist, not number of items | |||||
* | Move option warnings to `YoutubeDL` | pukkandan | 2021-05-03 | 2 | -11/+15 | |
| | | | | Previously, these warnings did not obey `--no-warnings` and did not output colors | |||||
* | Fix `preload_download_archive` writing verbose message to `stdout` | pukkandan | 2021-05-03 | 1 | -22/+20 | |
| | | | | * And move it after all deprecated warnings | |||||
* | [zee5] Fix py2 compatibility | pukkandan | 2021-05-03 | 1 | -4/+4 | |
| | ||||||
* | [whowatch] Add extractor #292 | The Hatsune Daishi | 2021-05-02 | 5 | -2/+107 | |
| | | | | | | closes #223 Authored by: nao20010128nao Modified from: https://github.com/nao20010128nao/ytdl-patched/blob/9e4a0e061a558cdb05a618e27f47ca0ac56ece94/youtube_dl/extractor/whowatch.py | |||||
* | [aria2c] Fix whitespace being stripped off | pukkandan | 2021-05-02 | 1 | -2/+10 | |
| | | | | Closes #276 | |||||
* | Do not strip out whitespaces in `-o` and `-P` | pukkandan | 2021-05-02 | 1 | -7/+12 | |
| | | | | Related: https://github.com/yt-dlp/yt-dlp/issues/276#issuecomment-827361652 | |||||
* | [ukcolumn] Add Extractor | pukkandan | 2021-05-02 | 2 | -0/+73 | |
| | | | | Closes #287 | |||||
* | [CBS] Improve `_VALID_URL` to support movies | pukkandan | 2021-05-01 | 1 | -1/+10 | |
| | | | | | Closes #290 Tested by: BeeMuffins | |||||
* | [youtube] Add `oembed` to reserved names | pukkandan | 2021-05-01 | 1 | -1/+1 | |
| | ||||||
* | [rmcdecouverte] Improve `_VALID_URL` | pukkandan | 2021-05-01 | 1 | -1/+16 | |
| | | | | Closes #291 | |||||
* | [niconico] Fix bug in thumbnail extraction #289 | CXwudi | 2021-05-01 | 1 | -1/+1 | |
| | | | | Bug from: 6b1d8c1e3038e7f0977ad36027f9f3ff61d27f46 Authored by: CXwudi | |||||
* | [utils] Escape URL while sanitizing | pukkandan | 2021-04-29 | 1 | -1/+1 | |
| | | | | | | | Closes #263 While this fixes the issue in question, it does not try to address the root-cause of the problem Refer: 915f911e365736227e134ad654601443dbfd7ccb, f5fa042c82300218a2d07b95dd6b9c0756745db3 | |||||
* | Revert "[utils] Encode URLs in `YoutubeDLCookieProcessor`" | pukkandan | 2021-04-29 | 1 | -9/+1 | |
| | | | | | | | This reverts commit 915f911e365736227e134ad654601443dbfd7ccb. When the request is copied, `unredirected_hdrs` are not copied, which causes issues elsewhere Reopens #263 | |||||
* | [crackle] Improve extraction (See desc) | pukkandan | 2021-04-29 | 1 | -117/+162 | |
| | | | | | | | | | | Closes #282 * Refactor authorization as an extension to `_download_json` * Better error messages and warnings * Respect `--ignore-no-formats-error` * Extract subtitles from manifests * Try with crackle's geo-location service if all hard-coded countries fail | |||||
* | [cleanup] Fix linter and some typos | pukkandan | 2021-04-28 | 4 | -38/+38 | |
| | | | | * Also remove inconsistent use of `"` in setup.py |