Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [youtube] Fix `--mark-watched` with `--cookies-from-browser` | pukkandan | 2021-09-24 | 1 | -3/+5 |
| | | | | Closes #1019 | ||||
* | dump files should obey `--trim-filename` (#1043) | pukkandan | 2021-09-22 | 1 | -2/+3 |
| | | | | Authored by: sulyi | ||||
* | [extractor] Fix root-relative URLs in MPD (#1006) | DigitalDJ | 2021-09-19 | 1 | -2/+4 |
| | | | Authored by: DigitalDJ | ||||
* | Add option `--netrc-location` | pukkandan | 2021-09-16 | 1 | -1/+5 |
| | | | | Closes #792, #963 | ||||
* | [FormatSort] Remove priority of `lang` | pukkandan | 2021-08-26 | 1 | -2/+2 |
| | |||||
* | [downloader/ffmpeg] Support for DASH manifests (experimental) | pukkandan | 2021-08-24 | 1 | -2/+4 |
| | | | | Closes #159 | ||||
* | [extractor] Show video id in error messages if possible | pukkandan | 2021-08-23 | 1 | -4/+13 |
| | |||||
* | [extractor] Better error message for DRM (#729) | pukkandan | 2021-08-23 | 1 | -15/+10 |
| | | | Closes #636 | ||||
* | [lazy_extractors] Fix `suitable` and add flake8 test | pukkandan | 2021-08-23 | 1 | -1/+3 |
| | |||||
* | [extractor] Common function `_match_valid_url` | pukkandan | 2021-08-23 | 1 | -9/+8 |
| | |||||
* | minor bugfixes | pukkandan | 2021-08-11 | 1 | -2/+2 |
| | | | | bugs due to be2fc5b212338d89d9c139cb463f785e797d1ad3, e9f4ccd19eb92621970b518fb5984b8aef52bdc8 | ||||
* | [extractor] Detect `sttp` as subtitles in MPD | pukkandan | 2021-08-10 | 1 | -203/+211 |
| | | | | | Closes #656 Solution by: fstirlitz | ||||
* | [cleanup] Misc | pukkandan | 2021-08-07 | 1 | -5/+6 |
| | |||||
* | [extractor] Reset non-repeating warnings per video | pukkandan | 2021-08-07 | 1 | -7/+13 |
| | |||||
* | [RCTIPlus] Support events and TV (#625) | MinePlayersPE | 2021-08-04 | 1 | -1/+1 |
| | | | Authored by: MinePlayersPE | ||||
* | [CBS] Add fallback (#579) | LE | 2021-08-02 | 1 | -0/+2 |
| | | | | Related: https://github.com/ytdl-org/youtube-dl/issues/29564 Authored-by: llacb47, pukkandan | ||||
* | [cleanup] Refactor some code | pukkandan | 2021-08-01 | 1 | -2/+2 |
| | |||||
* | [FormatSort] Fix bug for audio with unknown codec | pukkandan | 2021-08-01 | 1 | -8/+5 |
| | |||||
* | Add field `live_status` | pukkandan | 2021-07-21 | 1 | -0/+2 |
| | |||||
* | [youtube] Extract more thumbnails | pukkandan | 2021-07-20 | 1 | -0/+1 |
| | | | | | | | * The thumbnail URLs are hard-coded and their actual existence is tested lazily * Added option `--no-check-formats` to not test them Closes #340, Related: #402, #337, https://github.com/ytdl-org/youtube-dl/issues/29049 | ||||
* | [generic] Extract previously missed subtitles (#515) | Felix S | 2021-07-16 | 1 | -2/+15 |
| | | | | | | | * [generic] Extract subtitles in cases missed previously * [common] Detect discarded subtitles in SMIL manifests * [generic] Extract everything in the SMIL manifest Authored by: fstirlitz | ||||
* | [extractor] Allow extracting multiple groups in `_search_regex` | felix | 2021-07-14 | 1 | -0/+2 |
| | | | | From #497, Authored by: fstirlitz | ||||
* | [utils] Add `variadic` | pukkandan | 2021-07-11 | 1 | -10/+4 |
| | |||||
* | Improve `extractor_args` parsing | pukkandan | 2021-07-08 | 1 | -2/+11 |
| | |||||
* | [extractor] Minor improvements (See desc) | pukkandan | 2021-07-07 | 1 | -10/+4 |
| | | | | | 1. Allow removal of login hint - extractors can set their own login hint as part of `msg` 2. Cleanup `_merge_subtitles` signature | ||||
* | [extractor] Prevent unnecessary download of hls manifests | pukkandan | 2021-07-07 | 1 | -112/+48 |
| | | | | and refactor `hls_split_discontinuity` code | ||||
* | Add `--extractor-args` to pass extractor-specific arguments | pukkandan | 2021-06-25 | 1 | -0/+5 |
| | |||||
* | [websockets] Add `WebSocketFragmentFD` (#399) | pukkandan | 2021-06-21 | 1 | -1/+1 |
| | | | | | | Necessary for #392 Co-authored by: nao20010128nao, pukkandan | ||||
* | [pornhub] Extract `cast` | pukkandan | 2021-06-13 | 1 | -0/+1 |
| | | | | Closes #406, https://github.com/ytdl-org/youtube-dl/pull/27384 | ||||
* | [downloader/mhtml] Add new downloader (#343) | felix | 2021-06-13 | 1 | -5/+24 |
| | | | | | | | | | | | | | | | | | | This downloader is intended to be used for streams that consist of a timed sequence of stand-alone images, such as slideshows or thumbnail streams This can be used for implementing: https://github.com/ytdl-org/youtube-dl/issues/4974#issue-58006762 https://github.com/ytdl-org/youtube-dl/issues/4540#issuecomment-69574231 https://github.com/ytdl-org/youtube-dl/pull/11185#issuecomment-335554239 https://github.com/ytdl-org/youtube-dl/issues/9868 https://github.com/ytdl-org/youtube-dl/pull/14951 Authored by: fstirlitz | ||||
* | Allow `images` formats | pukkandan | 2021-06-13 | 1 | -5/+6 |
| | | | | | | | | | | Necessary for #343. * They are identified by `vcodec=acodec='none'` * These formats show as the worst in `-F` * Any postprocessor that expects audio/video will be skipped * `b*` and all related selectors will skip such formats * This commit also does not add any selector for downloading such formats. They have to be explicitly requested by the `format_id`. Implementation of a selector is left for when #389 is resolved | ||||
* | Release 2021.06.08 | pukkandan | 2021-06-08 | 1 | -0/+3 |
| | |||||
* | [common] Fix FourCC fallback when parsing ISM (#372) | felix | 2021-06-06 | 1 | -1/+1 |
| | | | | | | | | In some DASH manifests, the FourCC attribute is actually present, but empty. We thus apply the same fallback to 'AACL' that we do when the attribute is entirely absent. Authored by: fstirlitz | ||||
* | [fancode] Add extractor (#316,#354) | pukkandan | 2021-05-30 | 1 | -1/+1 |
| | | | | | | Closes #269, #363 Authored by: rmsmachine | ||||
* | [extractor] Functions to parse socket.io response as json | pukkandan | 2021-05-30 | 1 | -0/+43 |
| | | | | Authored by: pukkandan, llacb47 | ||||
* | [extractor] Allow `note=False` when extracting manifests | pukkandan | 2021-05-29 | 1 | -7/+7 |
| | |||||
* | [extractor] Always prefer native hls downloader by default | pukkandan | 2021-05-26 | 1 | -2/+2 |
| | | | | When the manifest is not downloadable by native downloader, it already is able to detect it and switch to `ffmpeg`. So there doesn't seem to be a reason anymore to use ffmpeg as the preferred downloader | ||||
* | [extractor] Skip subtitles without URI in m3u8 manifests | pukkandan | 2021-05-23 | 1 | -1/+7 |
| | | | | | | Closes #339 Authored by: hheimbuerger | ||||
* | [youtube] Better message when login required | pukkandan | 2021-05-20 | 1 | -4/+11 |
| | |||||
* | [cleanup] linter, code formatting and readme | pukkandan | 2021-05-19 | 1 | -0/+2 |
| | |||||
* | [extractor] Add `write_debug` and `get_param` | pukkandan | 2021-05-17 | 1 | -45/+48 |
| | |||||
* | Add field `name` for subtitles | pukkandan | 2021-05-15 | 1 | -0/+2 |
| | | | | | | Co-authored by: pukkandan, tpikonen Based on: #310, https://github.com/ytdl-org/youtube-dl/pull/26112 | ||||
* | Standardize `write_debug` | pukkandan | 2021-05-14 | 1 | -13/+9 |
| | |||||
* | [common] bugfix for when `compat_opts` is not given | pukkandan | 2021-05-11 | 1 | -1/+1 |
| | |||||
* | Release 2021.05.11 | pukkandan | 2021-05-11 | 1 | -1/+1 |
| | | | | * and some documentation improvements | ||||
* | Option `--compat-options` to revert some of yt-dlp's changes | pukkandan | 2021-05-11 | 1 | -1/+8 |
| | | | | * Deprecates `--list-formats-as-table`, `--list-formats-old` | ||||
* | [utils] Add `network_exceptions` | pukkandan | 2021-05-04 | 1 | -6/+2 |
| | |||||
* | [whowatch] Add extractor #292 | The Hatsune Daishi | 2021-05-02 | 1 | -1/+1 |
| | | | | | | closes #223 Authored by: nao20010128nao Modified from: https://github.com/nao20010128nao/ytdl-patched/blob/9e4a0e061a558cdb05a618e27f47ca0ac56ece94/youtube_dl/extractor/whowatch.py | ||||
* | [downloader/ism] Support muxing TTML subtitles | Felix S | 2021-04-28 | 1 | -1/+1 |
| | |||||
* | [downloader/hls] Assemble single-file WebVTT subtitles from HLS segments | Felix S | 2021-04-28 | 1 | -0/+6 |
| |