]> jfr.im git - yt-dlp.git/log
yt-dlp.git
2 years ago[doc] Minor improvements
pukkandan [Fri, 29 Apr 2022 01:19:57 +0000 (06:49 +0530)] 
[doc] Minor improvements

Closes #3518, Closes #3560

2 years ago[build] Fix `--onedir` on macOS
pukkandan [Thu, 28 Apr 2022 16:46:23 +0000 (22:16 +0530)] 
[build] Fix `--onedir` on macOS

Closes #3584

2 years ago`--match-filter -` to interactively ask for each video
pukkandan [Thu, 28 Apr 2022 14:33:26 +0000 (20:03 +0530)] 
`--match-filter -` to interactively ask for each video

2 years ago[utils] `write_string`: Workaround newline issue in `conhost`
pukkandan [Thu, 28 Apr 2022 13:41:04 +0000 (19:11 +0530)] 
[utils] `write_string`: Workaround newline issue in `conhost`

On windows `conhost`, when `WINDOWS_VT_MODE` is enabled, `\n` is not
actually sent if the window is exactly the length of printed line,
and the line does not end with a white-space character. So the
line-break disappears when resizing the window.

Fixes #1863

2 years agoImprove `--clean-infojson`
pukkandan [Wed, 27 Apr 2022 16:22:57 +0000 (21:52 +0530)] 
Improve `--clean-infojson`

It should not removes fields that may be needed for `--load-infojson`.
Eg: `_ffmpeg_args`, `_has_drm`

2 years ago[lrt] Support livestreams (#3555)
Giedrius Statkevičius [Thu, 28 Apr 2022 11:38:36 +0000 (14:38 +0300)] 
[lrt] Support livestreams (#3555)

Authored by: GiedriusS

2 years ago[extractor] Update `manifest_url`s after redirect (#3575)
Elyse [Wed, 27 Apr 2022 22:50:01 +0000 (17:50 -0500)] 
[extractor] Update `manifest_url`s after redirect (#3575)

Authored by: elyse0

2 years ago[InfoQ] Don't fail on missing audio format (#3573)
Evan Spensley [Wed, 27 Apr 2022 21:30:24 +0000 (17:30 -0400)] 
[InfoQ] Don't fail on missing audio format (#3573)

Closes #3441
Authored by: evansp

2 years ago[extractor] Update dash `manifest_url` after redirects (#3563)
Elyse [Wed, 27 Apr 2022 18:01:35 +0000 (13:01 -0500)] 
[extractor] Update dash `manifest_url` after redirects (#3563)

Closes #2696
Authored by: elyse0

2 years ago[twitcasting] Pass headers for each formats (#3568)
Lesmiscore [Wed, 27 Apr 2022 16:59:45 +0000 (01:59 +0900)] 
[twitcasting] Pass headers for each formats (#3568)

Authored by: Lesmiscore

2 years ago[Niconico] Support 2FA (#3559)
ekangmonyet [Wed, 27 Apr 2022 16:44:29 +0000 (00:44 +0800)] 
[Niconico] Support 2FA (#3559)

Authored by: ekangmonyet

2 years ago[cleanup,build] Cleanup some build-related code
pukkandan [Wed, 27 Apr 2022 08:15:45 +0000 (13:45 +0530)] 
[cleanup,build] Cleanup some build-related code

Fixes an issue in 7ab56be2c7309a2d11d4ee28c71f8fb29da21ef7

2 years ago[cleanup] Delete unused extractors
pukkandan [Wed, 27 Apr 2022 02:54:25 +0000 (08:24 +0530)] 
[cleanup] Delete unused extractors

2 years ago[ffmpeg] Fix features detection
pukkandan [Wed, 27 Apr 2022 00:06:06 +0000 (05:36 +0530)] 
[ffmpeg] Fix features detection

2 years ago[Metadata] Remove filename from attached info-json
pukkandan [Tue, 26 Apr 2022 19:48:50 +0000 (01:18 +0530)] 
[Metadata] Remove filename from attached info-json

2 years ago[downloader/ffmpeg] Specify headers for each URL (#3553)
Elyse [Tue, 26 Apr 2022 09:54:56 +0000 (04:54 -0500)] 
[downloader/ffmpeg] Specify headers for each URL (#3553)

Closes #2696
Authored by: elyse0

2 years ago[build] Ensure `compat._legacy` is packed in executables
pukkandan [Tue, 26 Apr 2022 09:41:01 +0000 (15:11 +0530)] 
[build] Ensure `compat._legacy` is packed in executables

Fixes https://github.com/yt-dlp/yt-dlp/commit/9196cbfe8bb7a6eb46037735b76f21963dfdc61a#commitcomment-72192406

2 years ago[compat/asyncio] Use `asyncio.all_tasks`
pukkandan [Tue, 26 Apr 2022 00:15:18 +0000 (05:45 +0530)] 
[compat/asyncio] Use `asyncio.all_tasks`

2 years ago[compat] Ensure submodules are correctly wrapped
pukkandan [Sun, 24 Apr 2022 16:28:18 +0000 (21:58 +0530)] 
[compat] Ensure submodules are correctly wrapped

2 years agoRevert acbc64225006964cf52d316e007a77a1b5e2975b
pukkandan [Tue, 26 Apr 2022 00:05:06 +0000 (05:35 +0530)] 
Revert acbc64225006964cf52d316e007a77a1b5e2975b

Reverts "[utils] WebSocketsWrapper: Ignore warnings at websockets instantiation"

The warning should not be suppressed. We need to address it

2 years ago[downloader/fc2] Stop heatbeating once FFmpeg finishes
Lesmiscore [Sun, 24 Apr 2022 15:45:19 +0000 (00:45 +0900)] 
[downloader/fc2] Stop heatbeating once FFmpeg finishes

Authored by: Lesmiscore

2 years ago[utils] WebSocketsWrapper: Ignore warnings at websockets instantiation
Lesmiscore [Sun, 24 Apr 2022 15:44:30 +0000 (00:44 +0900)] 
[utils] WebSocketsWrapper: Ignore warnings at websockets instantiation

This also fixes crash caused by moving asyncio to .compat.

Authored by: Lesmiscore
Thanks: J.Chung at Discord (581418557871620106)

2 years ago[bandcamp] Exclude merch links (#3368)
Yipten [Sun, 24 Apr 2022 02:40:20 +0000 (22:40 -0400)] 
[bandcamp] Exclude merch links (#3368)

Closes #3318
Authored by: Yipten

2 years ago[icareus] Add extractor (#3320)
Teemu Ikonen [Sun, 24 Apr 2022 01:18:04 +0000 (04:18 +0300)] 
[icareus] Add extractor (#3320)

Authored by: tpikonen, pukkandan

2 years ago[hotstar] Refactor extractors
pukkandan [Fri, 22 Apr 2022 07:46:24 +0000 (13:16 +0530)] 
[hotstar] Refactor extractors

Closes #3517

2 years ago[build] Avoid use of `install -D`
pukkandan [Sat, 23 Apr 2022 17:02:23 +0000 (22:32 +0530)] 
[build] Avoid use of `install -D`

Closes #3429

2 years ago[telegram] Fix metadata extraction
pukkandan [Sat, 23 Apr 2022 16:45:38 +0000 (22:15 +0530)] 
[telegram] Fix metadata extraction

Closes #3528

2 years ago[Sponsorblock] Don't crash when duration is unknown
pukkandan [Sat, 23 Apr 2022 16:45:00 +0000 (22:15 +0530)] 
[Sponsorblock] Don't crash when duration is unknown

CLoses #3529

2 years ago[PearVideo] Add fallback for formats (#3438)
Ha Tien Loi [Fri, 22 Apr 2022 13:45:52 +0000 (20:45 +0700)] 
[PearVideo] Add fallback for formats (#3438)

Closes #3425
Authored by: hatienl0i261299

2 years ago[EmbedThumbnail] Disable thumbnail conversion for mkv (#3512)
Evan Spensley [Thu, 21 Apr 2022 21:26:10 +0000 (17:26 -0400)] 
[EmbedThumbnail] Disable thumbnail conversion for mkv (#3512)

Closes #3209
Authored by: evansp

2 years ago[dependencies] Create module with all dependency imports
pukkandan [Wed, 20 Apr 2022 19:05:57 +0000 (00:35 +0530)] 
[dependencies] Create module with all dependency imports

2 years agoDon't imply `-s` for later stages of `-O`
pukkandan [Tue, 19 Apr 2022 20:55:33 +0000 (02:25 +0530)] 
Don't imply `-s` for later stages of `-O`

2 years ago[Gofile] Support password-protected links (#3488)
mehq [Wed, 20 Apr 2022 09:43:15 +0000 (15:43 +0600)] 
[Gofile] Support password-protected links (#3488)

Closes #3465
Authored by: mehq

2 years ago[Olympics] Fix format extension
pukkandan [Tue, 19 Apr 2022 17:14:11 +0000 (22:44 +0530)] 
[Olympics] Fix format extension

Closes #3481

2 years agoFix `Makefile`
pukkandan [Tue, 19 Apr 2022 09:24:12 +0000 (14:54 +0530)] 
Fix `Makefile`

Closes #3467, #35

Authored by: putnam

2 years ago[openrec:movie] Enable fallback for /movie/ URLs
Lesmiscore [Tue, 19 Apr 2022 02:06:55 +0000 (11:06 +0900)] 
[openrec:movie] Enable fallback for /movie/ URLs

Closes #3474

2 years agobugfix for a44ca5a470e09b5170fc9c3a46733f050fadbfae, 19a0394044bfad36cd665450271b8eb0...
pukkandan [Mon, 18 Apr 2022 21:27:20 +0000 (02:57 +0530)] 
bugfix for a44ca5a470e09b5170fc9c3a46733f050fadbfae19a0394044bfad36cd665450271b8eb048a41c0277f9033095cd8e1092a80db67f2b577cf13f95a8

Closes #3472

2 years agobugfix for 19a0394044bfad36cd665450271b8eb048a41c02, 3d3bb1688bfc5373105e6bf7c3d4729c...
pukkandan [Sun, 17 Apr 2022 23:09:25 +0000 (04:39 +0530)] 
bugfix for 19a0394044bfad36cd665450271b8eb048a41c023d3bb1688bfc5373105e6bf7c3d4729cf3f78788

2 years ago[compat] Split into sub-modules (#2173)
felix [Fri, 4 Feb 2022 13:37:02 +0000 (14:37 +0100)] 
[compat] Split into sub-modules (#2173)

Authored by: fstirlitz, pukkandan

2 years ago[cleanup] Misc cleanup and refactor (#2173)
pukkandan [Sun, 17 Apr 2022 20:58:28 +0000 (02:28 +0530)] 
[cleanup] Misc cleanup and refactor (#2173)

2 years ago[test] Convert warnings into errors
pukkandan [Sun, 17 Apr 2022 20:42:48 +0000 (02:12 +0530)] 
[test] Convert warnings into errors

* And fix some existing warnings

Authored by: fstirlitz

2 years ago[docs] Improve embedding docs and other minor fixes
pukkandan [Sun, 17 Apr 2022 17:49:53 +0000 (23:19 +0530)] 
[docs] Improve embedding docs and other minor fixes

2 years ago[niconico] Set `expected_protocol` to a public field
pukkandan [Sun, 17 Apr 2022 17:22:22 +0000 (22:52 +0530)] 
[niconico] Set `expected_protocol` to a public field

Closes #3440

2 years ago[downloader/fragment] Make single thread download work for --live-from-start (#3446)
Lesmiscore (Naoya Ozaki) [Sat, 16 Apr 2022 12:11:09 +0000 (21:11 +0900)] 
[downloader/fragment] Make single thread download work for --live-from-start (#3446)

Authored by: Lesmiscore

2 years agoFix `--skip-unavailable-fragments`
pukkandan [Fri, 15 Apr 2022 18:13:07 +0000 (23:43 +0530)] 
Fix `--skip-unavailable-fragments`

Bug in d71fd412495af9ebccef807379859a0baa97ddee
Closes #3437

2 years ago[utils] Fix WebSocketsWrapper
pukkandan [Fri, 15 Apr 2022 11:35:49 +0000 (17:05 +0530)] 
[utils] Fix WebSocketsWrapper

Bug in 3cea3edd1ac1101bd709dfa0305509028118b163
Closes #3422

2 years agoDo not change fragment chunk-size when `--test`
pukkandan [Fri, 15 Apr 2022 05:06:41 +0000 (10:36 +0530)] 
Do not change fragment chunk-size when `--test`

Closes #3434

2 years ago[youtube] Fix episode metadata extraction
coletdjnz [Fri, 15 Apr 2022 04:22:03 +0000 (16:22 +1200)] 
[youtube] Fix episode metadata extraction

2 years ago[chingari] Fix archiving and tests
pukkandan [Thu, 14 Apr 2022 15:14:44 +0000 (20:44 +0530)] 
[chingari] Fix archiving and tests

2 years ago[spotify] Detect iframe embeds (#3430)
Felix S [Thu, 14 Apr 2022 13:22:47 +0000 (13:22 +0000)] 
[spotify] Detect iframe embeds (#3430)

Authored by: fstirlitz

2 years ago[facebook] Improve thumbnail extraction (#3392)
Akmal [Wed, 13 Apr 2022 01:21:23 +0000 (08:21 +0700)] 
[facebook] Improve thumbnail extraction (#3392)

Authored by: Wikidepia

2 years agoFix bug in 66cf3e1001b6d9a2829fe834c3f9103b0890918e
pukkandan [Tue, 12 Apr 2022 14:27:08 +0000 (19:57 +0530)] 
Fix bug in 66cf3e1001b6d9a2829fe834c3f9103b0890918e

2 years ago[EmbedSubtitle] Enable for more video extensions
pukkandan [Mon, 11 Apr 2022 23:57:17 +0000 (05:27 +0530)] 
[EmbedSubtitle] Enable for more video extensions

Closes #3382

2 years ago[utils] certifi: Make sure the pem file exists
pukkandan [Mon, 11 Apr 2022 23:53:27 +0000 (05:23 +0530)] 
[utils] certifi: Make sure the pem file exists

Closes #3353

2 years ago[cleanup] Misc cleanup (#2173)
pukkandan [Tue, 12 Apr 2022 00:01:54 +0000 (05:31 +0530)] 
[cleanup] Misc cleanup (#2173)

Authored by: fstirlitz, pukkandan

2 years ago[cleanup] Sort imports
pukkandan [Mon, 11 Apr 2022 22:32:57 +0000 (04:02 +0530)] 
[cleanup] Sort imports

Using https://github.com/PyCQA/isort

    isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc .

2 years ago[cleanup] Upgrade syntax
pukkandan [Mon, 11 Apr 2022 15:10:28 +0000 (20:40 +0530)] 
[cleanup] Upgrade syntax

Using https://github.com/asottile/pyupgrade

1. `__future__` imports and `coding: utf-8` were removed
2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format`
3. f-strings were cherry-picked from `pyupgrade --py36-plus`

Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts

2 years ago[cleanup] Mark some compat variables for removal (#2173)
pukkandan [Mon, 11 Apr 2022 20:09:26 +0000 (01:39 +0530)] 
[cleanup] Mark some compat variables for removal (#2173)

Authored by fstirlitz, pukkandan

2 years ago[cleanup] Remove unused code paths (#2173)
felix [Thu, 30 Dec 2021 12:23:36 +0000 (13:23 +0100)] 
[cleanup] Remove unused code paths (#2173)

Notes:

* `_windows_write_string`: Fixed in 3.6
  * https://bugs.python.org/issue1602
  * PEP: https://www.python.org/dev/peps/pep-0528

* Windows UTF-8 fix: Fixed in 3.3
  * https://bugs.python.org/issue13216

* `__loader__`: is always present in 3.3+
  * https://bugs.python.org/issue14646

* `workaround_optparse_bug9161`: Fixed in 2.7
  * https://bugs.python.org/issue9161

Authored by: fstirlitz

2 years ago[cleanup] Remove unused scripts/tests (#2173)
felix [Sun, 19 Sep 2021 11:16:11 +0000 (13:16 +0200)] 
[cleanup] Remove unused scripts/tests (#2173)

Authored by fstirlitz, pukkandan

2 years ago[FFmpegMetadataPP] Remove `\0` from metadata
pukkandan [Mon, 11 Apr 2022 08:33:13 +0000 (14:03 +0530)] 
[FFmpegMetadataPP] Remove `\0` from metadata

2 years ago[Gofile] Fix extraction (#3386)
mehq [Mon, 11 Apr 2022 04:29:19 +0000 (10:29 +0600)] 
[Gofile] Fix extraction (#3386)

Closes #3380
Authored by: mehq

2 years ago[youtube] Add `:ytnotifications` extractor (#3347)
krichbanana [Sat, 9 Apr 2022 19:55:24 +0000 (15:55 -0400)] 
[youtube] Add `:ytnotifications` extractor (#3347)

Authored by: krichbanana

2 years ago[cookies] Report progress when importing cookies
pukkandan [Sat, 9 Apr 2022 19:31:48 +0000 (01:01 +0530)] 
[cookies] Report progress when importing cookies

2 years ago[youtube, cleanup] Minor refactoring
pukkandan [Sat, 9 Apr 2022 19:30:21 +0000 (01:00 +0530)] 
[youtube, cleanup] Minor refactoring

Authored by: coletdjnz, pukkandan

2 years ago[EmbedThumbnail] Do not remove id3v1 tags
pukkandan [Sat, 9 Apr 2022 15:49:00 +0000 (21:19 +0530)] 
[EmbedThumbnail] Do not remove id3v1 tags

2 years ago[utils] locked_file: Do not give executable bits for newly created files
Lesmiscore [Sat, 9 Apr 2022 16:23:27 +0000 (01:23 +0900)] 
[utils] locked_file: Do not give executable bits for newly created files

Authored by: Lesmiscore

2 years ago[utils] `sanitize_path`: Fix when path is empty string
pukkandan [Sat, 9 Apr 2022 04:41:25 +0000 (10:11 +0530)] 
[utils] `sanitize_path`: Fix when path is empty string

2 years ago[rai] Add `release_year`
pukkandan [Tue, 5 Apr 2022 10:55:40 +0000 (16:25 +0530)] 
[rai] Add `release_year`

Closes #2319

2 years ago[ZEE5] Fix extractor.
Ashish Gupta [Fri, 8 Apr 2022 15:33:50 +0000 (21:03 +0530)] 
[ZEE5] Fix extractor.
Authored by: Ashish0804
Closes: https://github.com/yt-dlp/yt-dlp/issues/3105
2 years ago[version] update 2022.04.08
github-actions [Fri, 8 Apr 2022 09:57:06 +0000 (09:57 +0000)] 
[version] update

Created by: pukkandan

:ci skip all

2 years agoRelease 2022.04.08
pukkandan [Fri, 8 Apr 2022 09:44:42 +0000 (15:14 +0530)] 
Release 2022.04.08

2 years ago[bilibili] Fix extraction of title with quotes (#3350)
Jacek Nowacki [Fri, 8 Apr 2022 09:21:37 +0000 (11:21 +0200)] 
[bilibili] Fix extraction of title with quotes (#3350)

Closes #3289
Authored by: dzek69

2 years ago[TikTokVM] Fix redirect to user URL
pukkandan [Fri, 8 Apr 2022 09:16:05 +0000 (14:46 +0530)] 
[TikTokVM] Fix redirect to user URL

Closes #3349, Closes #3351

2 years ago[docs] Minor improvements (#3309, #3343)
pukkandan [Fri, 8 Apr 2022 08:35:36 +0000 (14:05 +0530)] 
[docs] Minor improvements (#3309, #3343)

Authored by: cffswb, danielyli

Co-authored-by: Daniel Li <redacted>
Co-authored-by: cffswb <redacted>
2 years agoDe-prioritize automatic-subtitles when no `--sub-lang` is given
pukkandan [Fri, 8 Apr 2022 08:17:48 +0000 (13:47 +0530)] 
De-prioritize automatic-subtitles when no `--sub-lang` is given

Closes #3314

2 years ago[Jable] Add extractor (#3341)
mehq [Fri, 8 Apr 2022 06:49:14 +0000 (12:49 +0600)] 
[Jable] Add extractor (#3341)

Closes #3284
Authored by: mehq

2 years ago[Zattoo] Fix extractors (#2288)
Alexander Seiler [Fri, 8 Apr 2022 06:44:58 +0000 (08:44 +0200)] 
[Zattoo] Fix extractors (#2288)

Closes: #1244
Authored by: goggle

2 years ago[NRK] Extract timestamp (#3231)
Ha Tien Loi [Thu, 7 Apr 2022 15:52:27 +0000 (22:52 +0700)] 
[NRK] Extract timestamp (#3231)

Closes #3211
Authored by: hatienl0i261299

2 years ago[Piapro] Extract description with break lines
Lesmiscore [Thu, 7 Apr 2022 11:21:42 +0000 (20:21 +0900)] 
[Piapro] Extract description with break lines

Authored by: Lesmiscore
Closes #3334

2 years agoIgnore `mhtml` formats from `-f mergeall`
pukkandan [Thu, 7 Apr 2022 11:11:51 +0000 (16:41 +0530)] 
Ignore `mhtml` formats from `-f mergeall`

Closes #3324

2 years ago[AfreecaTV] Add `AfreecaTVUserIE` (#3286)
Ha Tien Loi [Thu, 7 Apr 2022 11:03:13 +0000 (18:03 +0700)] 
[AfreecaTV] Add `AfreecaTVUserIE` (#3286)

Closes #3257
Authored by: hatienl0i261299

2 years ago[FfmpegMetadata] Write id3v1 tags
pukkandan [Thu, 7 Apr 2022 10:16:53 +0000 (15:46 +0530)] 
[FfmpegMetadata] Write id3v1 tags

2 years ago[youtube] Fix uploader for collaborative playlists (#3332)
coletdev [Thu, 7 Apr 2022 08:11:16 +0000 (20:11 +1200)] 
[youtube] Fix uploader for collaborative playlists (#3332)

Authored by: coletdjnz

2 years ago[TVer] Fix extractor (#3268)
Lesmiscore (Naoya Ozaki) [Thu, 7 Apr 2022 07:19:36 +0000 (16:19 +0900)] 
[TVer] Fix extractor (#3268)

Authored by: Lesmiscore

2 years ago[test] Add `test_locked_file`
pukkandan [Thu, 7 Apr 2022 06:00:46 +0000 (11:30 +0530)] 
[test] Add `test_locked_file`

2 years ago[utils] locked_file: Fix non-blocking non-exclusive lock
pukkandan [Thu, 7 Apr 2022 06:30:58 +0000 (12:00 +0530)] 
[utils] locked_file: Fix non-blocking non-exclusive lock

2 years ago[utils] locked_file: Do not truncate files before locking (#2994)
Justin Keogh [Thu, 7 Apr 2022 05:58:56 +0000 (05:58 +0000)] 
[utils] locked_file: Do not truncate files before locking (#2994)

Authored by: jakeogh, pukkandan

2 years ago[twitcasting] Don't return multi_video for archive with single hls manifest (#3319)
Lesmiscore (Naoya Ozaki) [Thu, 7 Apr 2022 04:42:01 +0000 (13:42 +0900)] 
[twitcasting] Don't return multi_video for archive with single hls manifest (#3319)

Authored by: Lesmiscore

2 years ago[Moviepilot] Add extractor (#3282)
panatexxa [Thu, 7 Apr 2022 02:26:12 +0000 (04:26 +0200)] 
[Moviepilot] Add extractor (#3282)

Authored by: panatexxa

2 years ago[fptplay] Fix metadata extraction (#3218)
Ha Tien Loi [Wed, 6 Apr 2022 08:52:08 +0000 (15:52 +0700)] 
[fptplay] Fix metadata extraction (#3218)

Authored by: hatienl0i261299

2 years agoDo not lock downloading file on Windows
pukkandan [Tue, 5 Apr 2022 17:45:17 +0000 (23:15 +0530)] 
Do not lock downloading file on Windows

Closes #3124

2 years agoDo not prevent download if locking is unsupported
pukkandan [Tue, 5 Apr 2022 17:38:18 +0000 (23:08 +0530)] 
Do not prevent download if locking is unsupported

Closes #3022

Failure to lock download-archive is still fatal.
This is consistent with youtube-dl's behavior

2 years ago[http] Fix #3215
pukkandan [Tue, 5 Apr 2022 16:01:59 +0000 (21:31 +0530)] 
[http] Fix #3215

2 years ago[cleanup] Misc fixes
pukkandan [Sun, 27 Mar 2022 02:20:43 +0000 (07:50 +0530)] 
[cleanup] Misc fixes

Closes https://github.com/yt-dlp/yt-dlp/pull/3213, Closes https://github.com/yt-dlp/yt-dlp/pull/3117

Related: https://github.com/yt-dlp/yt-dlp/issues/3146#issuecomment-1077323114, https://github.com/yt-dlp/yt-dlp/pull/3277#discussion_r841019671, https://github.com/yt-dlp/yt-dlp/commit/a825ffbffa0bea322e3ccb44c6f8e01d8d9572fb#commitcomment-68538986, https://github.com/yt-dlp/yt-dlp/issues/2360, https://github.com/yt-dlp/yt-dlp/commit/5fa3c9a88f597625296981a4a26be723e65d4842#r70393519, https://github.com/yt-dlp/yt-dlp/commit/5fa3c9a88f597625296981a4a26be723e65d4842#r70393254

2 years ago[ruutu] Detect embeds (#3294)
Teemu Ikonen [Tue, 5 Apr 2022 12:15:47 +0000 (15:15 +0300)] 
[ruutu] Detect embeds (#3294)

Authored by: tpikonen

2 years ago[crunchyroll:playlist] Implement beta API (#2955)
Jeff Huffman [Tue, 5 Apr 2022 10:51:12 +0000 (03:51 -0700)] 
[crunchyroll:playlist] Implement beta API (#2955)

Closes #3121, #2930

Authored by: tejing1

2 years ago[TikTok] Fix URLs with user id (#3295)
Ha Tien Loi [Mon, 4 Apr 2022 10:07:07 +0000 (17:07 +0700)] 
[TikTok] Fix URLs with user id (#3295)

Closes #3243
Authored by: hatienl0i261299

2 years ago[cleanup] Use `_html_extract_title`
pukkandan [Mon, 4 Apr 2022 08:27:35 +0000 (13:57 +0530)] 
[cleanup] Use `_html_extract_title`

2 years agoFallback to video-only format when selecting by extension
pukkandan [Mon, 4 Apr 2022 09:26:02 +0000 (14:56 +0530)] 
Fallback to video-only format when selecting by extension

Closes #3296