Commit Graph

22365 Commits (ed3bb2b0a12c44334e0d09481752dabf2ca1dc13)
 

Author SHA1 Message Date
Eveldee 45998b3e37
[utils] `locked_file`: Fix for virtiofs ()
Authored by: brandon-dacrib
Closes 
bashonly 2f07c4c1da
[extractor/clipchamp] Add extractor ()
Closes 
Authored by: bashonly
Nicholas Defranco b423b6a48e
[extractor/dlf] Add extractors ()
Closes 
Authored by: nick-cd
bashonly 147e62fc58
[extractor/twitter] Default to GraphQL, handle auth errors ()
Closes 
Authored by: bashonly
Simon Sawicki b079c26f0a
[utils] `traverse_obj`: More fixes ()
- Fix result when branching with `traverse_string`
- Fix `slice` path on `dict`s
- Fix tests and docstrings from 21b5ec86c2
- Add `is_iterable_like` helper function

Authored by: Grub4K
bashonly 4d9280c9c8
[extractor/reddit] Add login support ()
Closes 
Authored by: bashonly
pukkandan 17ba4343cf
Fix f005a35aa7
Printing inside `finally` causes the order of logging to change
when there is an error, which is undesirable. So this is reverted.

The issue of `--print` being blocked by pre-processors was an
unintentional side-effect of changing the operation orders in
170605840e, and this is also partially
reverted.
pukkandan f005a35aa7
Ensure pre-processor errors do not block `--print`
Closes 
makeworld 7a7b1376fb
[extractor/cbc] Fix live extractor, playlist `_VALID_URL` ()
Authored by: makew0rld
pukkandan b5f61b69d4
Fix bug in 170605840e
and related refactor
pukkandan 7cf51f2191
[jsinterp] Handle negative numbers better
Closes 
pukkandan 170605840e
Populate `filename` and `urls` fields at all stages of `--print`
Closes https://github.com/yt-dlp/yt-dlp/issues/6920
garret 30647668a9
[extractor/globalplayer] Add extractors ()
Authored by: garret1317
Alex Klapheke ed81b74802
[extractor/aeonco] Support Youtube embeds ()
Authored by: alexklapheke
Noah 62beefa818
[extractor/pornhub] Set access cookies to fix extraction ()
Closes 
Authored by: Schmoaaaaah, arobase-che

Co-authored-by: Noah <nkempers@outlook.de>
Co-authored-by: ache <ache@ache.one>
Neurognostic 0c4e0fbcad
[extractor/bitchute] Add more fallback subdomains ()
Authored by: Neurognostic
sqrtNOT c86e433c35
[extractor/NiconicoSeries] Fix extraction ()
Authored by: sqrtNOT
Elyse 9b30cd3dfc
[extractors/rtvc] Add extractors ()
* Add `RTVCPlay` extractor
* Add `RTVCPlayEmbed` extractor
* Add `RTVCKaltura` extractor
* Add `SenalColombiaLive` extractor

Closes 
Authored by: elyse0
Simon Sawicki 21b5ec86c2
[utils] `traverse_obj`: Allow iterables in traversal ()
Authored by: Grub4K
pukkandan c16644642b
Add option `--xff`
Deprecates `--geo-bypass`, `--no-geo-bypass, `--geo-bypass-country`, `--geo-bypass-ip-block`
pukkandan 04f8018a05
[extractor/hentaistigma] Remove extractor
Piracy site

Closes 
pukkandan d669772c65
Add `--no-quiet`
Closes 
pukkandan ec9311c41b
[outtmpl] Support `str.format` syntax inside replacements
Closes 
pukkandan 78fde6e339
[outtmpl] Allow `\n` in replacements and default.
Fixes: https://github.com/yt-dlp/yt-dlp/issues/6808#issuecomment-1510055357
Fixes: https://github.com/yt-dlp/yt-dlp/issues/6808#issuecomment-1510363645
JC-Chung 80b732b7a9
[extractor/twitch] Extract original size thumbnail ()
Authored by: JC-Chung
truedread 1ea15603d8
[extractor/wevidi] Add extractor ()
Closes 
Authored by: truedread
garret 8f0be90ecb
[extractor/nhk] Add `NhkRadiru` extractor ()
* Add `NhkRadioNewsPage` extractor

Authored by: garret1317
vidiot720 6a765f135c
[extractor/sbs] Overhaul extractor for new API ()
Closes 
Authored by: vidiot720, dirkf, bashonly
qbnu ab29e47029
[extractor/bilibili] Support festival videos ()
Closes 
Authored by: qbnu
bashonly e5265dc651
[extractor/stageplus] Add extractor ()
Closes 
Authored by: bashonly
zhgwn cbdf9408e6
[extractor/pornez] Support new URL formats ()
Closes , Closes 
Authored by: zhgwn
CoryTibbettsDev 2c566ed141
[extractor/whyp] Add extractor ()
Authored by: CoryTibbettsDev
satan1st 9c92b803fa
[extractor/gronkh] Extract duration and chapters ()
Authored by: satan1st
bashonly 7a6f6f2459
[extractor/reddit] Support cookies and short URLs ()
Closes , Closes 
Authored by: bashonly
bashonly ea05708203
[extractor/adobepass] Handle `Charter_Direct` MSO as `Spectrum` ()
Authored by: bashonly
pukkandan 9874e82b5a
Do not translate newlines in `--print-to-file`
Fixes https://github.com/yt-dlp/yt-dlp/issues/6808#issuecomment-1509361107
pukkandan 84ffeb7d5e
[extractor] Do not warn for invalid chapter data in description
Fixes https://github.com/yt-dlp/yt-dlp/issues/6811#issuecomment-1509876209
coletdjnz 7666b93604
[extractor/youtube] Define strict uploader metadata mapping ()
New mapping:
```
channel -> channel name
channel_id -> UCID
channel_url -> UCID channel url

uploader -> channel name (same as channel field)
uploader_id -> @handle
uploader_url -> @handle channel url 
```

Authored by: coletdjnz
bashonly 93e7c6995e
[extractor/generic] Attempt to detect live HLS ()
* Extract duration for non-live generic HLS videos
* Add extractor-arg `is_live` to bypass live HLS check

Closes 
Authored by: bashonly
bashonly 3f7e2bd80e
[FFmpegFixupM3u8PP] Check audio codec before fixup ()
Closes 
Authored by: bashonly
bashonly 925936908a
[extractor/tiktok] Fix and improve metadata extraction ()
Authored by: bashonly
bashonly 90c1f51206
[extractor/zoom] Fix share URL extraction ()
Authored by: bashonly
hasezoey 56793f74c3
[extractor/iwara] Fix format sorting ()
Authored by: hasezoey
Lesmiscore d1483ec693 [extractor/iwara] Fix typo
Authored by: Lesmiscore

Closes 
MyNey 979568f26e
[extractor/BrainPOP] Add extractors ()
Authored by: MinePlayersPE
Based on https://github.com/ytdl-org/youtube-dl/pull/10025
HobbyistDev b093c38cc9
[extractor/biliIntl] Add comment extraction ()
Authored by: HobbyistDev
HobbyistDev 2d97d154fe
[extractor/gmanetwork] Add extractor ()
Authored by: HobbyistDev
Partially fixes 
pukkandan c3f624ef0a
Relaxed validation for numeric format filters
Continued from f96bff99cb

Closes 
Lesmiscore 52ecc33e22
[extractor/niconico] Download comments from the new endpoint ()
Authored by: Lesmiscore
pukkandan 26010b5cec
[postprocessor/FixupDuplicateMoov] Fix bug in triggering