Commit Graph

21685 Commits (69a40e4a7f6caa5662527ebd2f3c4e8aa02857a2)
 

Author SHA1 Message Date
kangalio 69a40e4a7f
[extractor/youtube:music:search_url] Extract title ()
Authored by: kangalio
Closes 
coletdjnz 955c89584b
[core] Deprecate internal `Youtubedl-no-compression` header ()
Authored by: coletdjnz
coletdjnz 69bec6730e
[cleanup, utils] Split into submodules ()
Closes https://github.com/yt-dlp/yt-dlp/pull/2173

Authored by: pukkandan, coletdjnz
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
Simon Sawicki 23c39a4bea
[devscripts] `make_changelog`: Various improvements
- Make single items collapse into one line
- Don't hide "Important changes" in `<details>`
- Move upstream merge into priority
- Properly support comma separated prefixes

Authored by: Grub4K
bashonly b73193c99a
[build] Implement build verification using `--update-to`
Authored by: bashonly, Grub4K
bashonly c4efa0aefe
[build] Various build workflow improvements
- Wait for build before publishing to PyPI
- Do not run `meta_files` job if release is cancelled
- Customizable channel in release workflow
- Display badges above changelog

Authored by: bashonly, Grub4K
Simon Sawicki 44a79958f0
[build] Fix macOS target
Authored by: Grub4K
Simon Sawicki 665472a7de
[update] Implement `--update-to` repo
Authored by: Grub4K, pukkandan
Simon Sawicki d2e84d5eb0
[update] Better error handling
Authored by: pukkandan
coletdjnz 447afb9eaa
[extractor/youtube] Support podcasts and releases tabs
Closes https://github.com/yt-dlp/yt-dlp/issues/6893

Authored by: coletdjnz
pukkandan 6f2287cb18
[cleanup] Misc
Closes , closes 
pukkandan 1d7656184c
[jsinterp] Handle `NaN` in bitwise operators
Closes 
pukkandan f7f7a877bf
[extractor/booyah] Remove extractor
Site shut down. Closes 
pukkandan c8bc203fbf
[docs] Misc improvements
Closes , closes , closes , closes , closes , closes , closes 
toomyzoom 21b9413cf7
[extractor/iwara] Implement login ()
Authored by: toomyzoom
bashonly ef8fb7f029
[extractor/wrestleuniverse] Fix extraction, add login ()
Closes 
Authored by: bashonly, Grub4K

Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
ringus1 3b52a60688
[extractor/facebook] Fix metadata extraction ()
Closes 
Authored by: ringus1
Lesmiscore c449c0655d
[extractor/abematv] Add fallback for title and description extraction and extract more metadata ()
Authored by: Lesmiscore
lauren n. liberda 0c7ce146e4
[extractor/tvp] Use new API ()
Authored by: selfisekai
Closes 
pukkandan ddae33754a
[extractor/youporn] Extract m3u8 formats
Closes 
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