aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/common.py
AgeCommit message (Collapse)Author
2021-10-17[crunchyroll] Add season to flat-playlistpukkandan
Closes #1319
2021-10-14[instagram] Show appropriate error when login is neededpukkandan
Closes #1264
2021-10-13[extractor,utils] Detect more codecs/mimetypespukkandan
Fixes: https://github.com/ytdl-org/youtube-dl/issues/29943
2021-10-12[extractor] Generalize `getcomments` implementationpukkandan
2021-10-12[extractor] Simplify search extractorspukkandan
2021-10-11[extractor] Detect `EXT-X-KEY` Apple FairPlaypukkandan
2021-10-09[cleanup] Misc cleanuppukkandan
2021-10-09Improved progress reporting (See desc) (#1125)pukkandan
* Separate `--console-title` and `--no-progress` * Add option `--progress` to show progress-bar even in quiet mode * Fix and refactor `minicurses` * Use `minicurses` for all progress reporting * Standardize use of terminal sequences and enable color support for windows 10 * Add option `--progress-template` to customize progress-bar and console-title * Add postprocessor hooks and progress reporting Closes: #906, #901, #1085, #1170
2021-10-03[extractor] Extract storyboards from SMIL manifests (#1128)Felix S
Authored by: fstirlitz
2021-09-30[docs,cleanup] Some minor refactoring and improve docspukkandan
2021-09-28[SovietsCloset] Add duration from m3u8 (#908)ChillingPepper
Authored by: ChillingPepper
2021-09-24[youtube] Fix `--mark-watched` with `--cookies-from-browser`pukkandan
Closes #1019
2021-09-22dump files should obey `--trim-filename` (#1043)pukkandan
Authored by: sulyi
2021-09-19[extractor] Fix root-relative URLs in MPD (#1006)DigitalDJ
Authored by: DigitalDJ
2021-09-16Add option `--netrc-location`pukkandan
Closes #792, #963
2021-08-26[FormatSort] Remove priority of `lang`pukkandan
2021-08-24[downloader/ffmpeg] Support for DASH manifests (experimental)pukkandan
Closes #159
2021-08-23[extractor] Show video id in error messages if possiblepukkandan
2021-08-23[extractor] Better error message for DRM (#729)pukkandan
Closes #636
2021-08-23[lazy_extractors] Fix `suitable` and add flake8 testpukkandan
2021-08-23[extractor] Common function `_match_valid_url`pukkandan
2021-08-11minor bugfixespukkandan
bugs due to be2fc5b212338d89d9c139cb463f785e797d1ad3, e9f4ccd19eb92621970b518fb5984b8aef52bdc8
2021-08-10[extractor] Detect `sttp` as subtitles in MPDpukkandan
Closes #656 Solution by: fstirlitz
2021-08-07[cleanup] Miscpukkandan
2021-08-07[extractor] Reset non-repeating warnings per videopukkandan
2021-08-04[RCTIPlus] Support events and TV (#625)MinePlayersPE
Authored by: MinePlayersPE
2021-08-02[CBS] Add fallback (#579)LE
Related: https://github.com/ytdl-org/youtube-dl/issues/29564 Authored-by: llacb47, pukkandan
2021-08-01[cleanup] Refactor some codepukkandan
2021-08-01[FormatSort] Fix bug for audio with unknown codecpukkandan
2021-07-21Add field `live_status`pukkandan
2021-07-20[youtube] Extract more thumbnailspukkandan
* 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
2021-07-16[generic] Extract previously missed subtitles (#515)Felix S
* [generic] Extract subtitles in cases missed previously * [common] Detect discarded subtitles in SMIL manifests * [generic] Extract everything in the SMIL manifest Authored by: fstirlitz
2021-07-14[extractor] Allow extracting multiple groups in `_search_regex`felix
From #497, Authored by: fstirlitz
2021-07-11[utils] Add `variadic`pukkandan
2021-07-08Improve `extractor_args` parsingpukkandan
2021-07-07[extractor] Minor improvements (See desc)pukkandan
1. Allow removal of login hint - extractors can set their own login hint as part of `msg` 2. Cleanup `_merge_subtitles` signature
2021-07-07[extractor] Prevent unnecessary download of hls manifestspukkandan
and refactor `hls_split_discontinuity` code
2021-06-25Add `--extractor-args` to pass extractor-specific argumentspukkandan
2021-06-21[websockets] Add `WebSocketFragmentFD` (#399)pukkandan
Necessary for #392 Co-authored by: nao20010128nao, pukkandan
2021-06-13[pornhub] Extract `cast`pukkandan
Closes #406, https://github.com/ytdl-org/youtube-dl/pull/27384
2021-06-13[downloader/mhtml] Add new downloader (#343)felix
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
2021-06-13Allow `images` formatspukkandan
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
2021-06-08Release 2021.06.082021.06.08pukkandan
2021-06-06[common] Fix FourCC fallback when parsing ISM (#372)felix
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
2021-05-30[fancode] Add extractor (#316,#354)pukkandan
Closes #269, #363 Authored by: rmsmachine
2021-05-30[extractor] Functions to parse socket.io response as jsonpukkandan
Authored by: pukkandan, llacb47
2021-05-29[extractor] Allow `note=False` when extracting manifestspukkandan
2021-05-26[extractor] Always prefer native hls downloader by defaultpukkandan
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
2021-05-23[extractor] Skip subtitles without URI in m3u8 manifestspukkandan
Closes #339 Authored by: hheimbuerger
2021-05-20[youtube] Better message when login requiredpukkandan