aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-20[crunchyroll:playlist] Force httppukkandan
Closes #495
2021-07-19[docs] fix default of multistreamspukkandan
2021-07-19Add option `--exec-before-download`pukkandan
Closes #530
2021-07-19[pornflip] Add new extractor (#523)mzbaulhaque
Authored-by: mzbaulhaque
2021-07-19[youtube] misc cleanup and bug fixes (#505)coletdjnz
* Update some `_extract_response` calls to keep them consistent * Cleanup continuation extraction related code using new API format * Improve `_extract_account_syncid` to support multiple parameters * Generalize `get_text` and related functions into one * Update `INNERTUBE_CONTEXT_CLIENT_NAME` with integer values Authored by: colethedj
2021-07-18[youtube] Fix session index extraction and headers for non-web player ↵coletdjnz
clients (#526) Fixes #522
2021-07-17[youtube] Fix authentication when using multiple accountscoletdjnz
`SESSION_INDEX` in `ytcfg` is the index of the active account and should be sent as `X-Goog-AuthUser` header Closes #518 Authored by @colethedj
2021-07-16[yahoo:gyao:player] Relax `_VALID_URL` (#503)The Hatsune Daishi
Authored by: nao20010128nao
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-15Revert "Merge webm formats into mkv if thumbnails are to be embedded (#173)"pukkandan
This reverts commit 4d971a16b831a45147b6ae7ce53b3e105d204da7 by @damianoamatruda Closes #500 This was wrongly checking for `write_thumbnail`
2021-07-15[youtube:tab] Extract playlist availability (#504)coletdjnz
Authored by: colethedj
2021-07-14[youtube:comments] Improve comment vote count parsing (fixes #506) (#508)coletdjnz
Authored by: colethedj
2021-07-14[RTP] Fix extraction and add subtitles (#497)Felix S
Authored by: fstirlitz
2021-07-14[utils] Improve `js_to_json` comment regexfelix
Capture the newline character as part of a single-line comment From #497, Authored by: fstirlitz
2021-07-14[extractor] Allow extracting multiple groups in `_search_regex`felix
From #497, Authored by: fstirlitz
2021-07-14[youtube] Use android client as default and add age-gate bypass for it (#492)coletdjnz
Authored by: colethedj
2021-07-12[youtube:comments] Fix `is_favorited` (#491)coletdjnz
Authored by colethedj
2021-07-12[vlive] Extract thumbnail directly in addition to the one from Naverpukkandan
Closes #477
2021-07-12[metadatafromfield] Do not detect numbers as field namespukkandan
Related: https://github.com/yt-dlp/yt-dlp/issues/486#issuecomment-877820394
2021-07-12[webtt] Fix timestampspukkandan
Closes #474
2021-07-12[youtube:comments] Move comment extraction to new API (#466)coletdjnz
Closes #438, #481, #485 Authored by: colethedj
2021-07-11[BravoTV] Improve metadata extraction (#483)Kevin O'Connor
Authored by: kevinoconnor7
2021-07-11[embedthumbnail] Fix `_get_thumbnail_resolution`pukkandan
2021-07-11Improve `traverse_obj`pukkandan
2021-07-11[FFmpegMetadata] Add language of each streampukkandan
and some refactoring
2021-07-11[utils] Add `variadic`pukkandan
2021-07-10[VIKI] Rewrite extractors (#475)zackmark29
Closes #462 Also added extractor-arg `video_types` to `vikichannel` Co-authored-by: zackmark29, pukkandan
2021-07-08[youtube] Fix sorting of 3gp formatpukkandan
2021-07-08Improve `extractor_args` parsingpukkandan
2021-07-07Fix selectors `all`, `mergeall` and add testspukkandan
Bug from: 981052c9c6febb33b6547140a67a49ac0f5f4578
2021-07-07[version] updatepukkandan
:ci skip all
2021-07-07Release 2021.07.072021.07.07pukkandan
2021-07-07Update to ytdl-commit-a803582pukkandan
[peertube] only call description endpoint if necessary https://github.com/ytdl-org/youtube-dl/commit/a8035827177d6b59aca03bd717acb6a9bdd75ada
2021-07-07[soundcloud] Allow login using oauth token (#469)Tom-Oliver Heidel
Authored by: blackjack4494
2021-07-07[fancode] Fix extraction, support live and allow login with refresh token (#471)zenerdi0de
Authored-by: zenerdi0de
2021-07-07[AdobePass] Add Spectrum MSO (#470)OhMyBahGosh
From: https://github.com/ytdl-org/youtube-dl/pull/26792 Co-authored by: kevinoconnor7, ohmybahgosh
2021-07-07[Funimation] Rewrite extractor (See desc) (#444)pukkandan
* Support direct `/player/` URL * Treat the different versions of an episode as different formats of a single video. So `experience_id` can no longer be used as the video `id` and the `episode_id` is used instead. This means that all existing archives will break * Extractor options `language` and `version` to pre-select them * Compat option `seperate-video-versions` to fall back to old behavior (including using the old video IDs) Closes #428
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-07-07[fragment] Handle errors in threads correctlypukkandan
2021-07-04[cleanup] Fix linter and some typospukkandan
Related: https://github.com/ytdl-org/youtube-dl/pull/29398
2021-07-03[videa] Fix extraction (#463)nyuszika7h
Authored by: nyuszika7h
2021-07-03Fixes for `--list` options (See desc)pukkandan
1. Fix `--list-formats-old` 2. Allow listing with `--quiet` 3. Allow various listings to work together 4. Allow `--print` to work with listing
2021-07-02[RCTIPlus] Add extractor (#443)MinePlayersPE
Authored by: MinePlayersPE
2021-07-02Some minor fixes and refactoring (see desc)pukkandan
* [utils] Fix issues with reversal * check_formats should catch `DownloadError`, not `ExtractorError` * Simplify format selectors with `LazyList` and `yield from`
2021-07-02[facebook] Extract description and fix titlepukkandan
Partially fixes: #453
2021-07-02[downloader/ffmpeg] Fix `--ppa` when using simultaneous downloadpukkandan
2021-07-02[Youtube] Choose correct Live chat API for upcoming streams (#460)krichbanana
Authored by: krichbanana
2021-06-29[youtube] Use new API for additional video extraction requests (#328)coletdjnz
Co-authored-by: colethedj, pukkandan Closes https://github.com/yt-dlp/yt-dlp/issues/427 Workarounds for https://github.com/ytdl-org/youtube-dl/issues/29326, https://github.com/yt-dlp/yt-dlp/issues/319, https://github.com/ytdl-org/youtube-dl/issues/29086