jo-nike
4afb208cf0
[extractor/cbc] Ignore 426 from API ( #6781 )
...
Closes #6716
Authored by: jo-nike
1 year ago
ping
5c14b21367
[extractor/idolplus] Add extractor ( #6732 )
...
Authored by: ping
Closes #6246
1 year ago
bepvte
02312c03cf
[extractor/twitch] Support mobile clips ( #6699 )
...
Authored by: bepvte
1 year ago
Stefan Borer
94627c5dde
[extractor/playsuisse] Support new url format ( #6528 )
...
Authored by: sbor23
1 year ago
Daniel Vogt
c6d4b82a8b
[extractor/owncloud] Add extractor ( #6533 )
...
Authored by: C0D3D3V
1 year ago
Ha Tien Loi
17d7ca84ea
[extractor/zingmp3] Fix and improve extractors ( #6367 )
...
Authored by: hatienl0i261299
1 year ago
Mohit Tokas
bfdf144c7e
[extractor/livestream] Support videos with account id ( #6324 )
...
Authored by: theperfectpunk
Closes #2225
1 year ago
nixxo
c6d3f81a40
[extractor/rai] Rewrite extractors ( #5940 )
...
Authored by: nixxo, danog
Closes #5672 , closes #6341
Co-authored-by: Daniil Gentili <daniil@daniil.it>
1 year ago
lauren n. liberda
aed945e1b9
[extractor/wykop] Add extractors ( #6140 )
...
Authored by: selfisekai
1 year ago
JChris246
fc5a7f9b27
[extractor/daftsex] Update domain and embed player url ( #5966 )
...
Closes #5881
Authored by: JChris246
1 year ago
lauren n. liberda
738c90a463
[extractor/polskieradio] Improve extractors ( #5948 )
...
Authored by: selfisekai
1 year ago
coletdjnz
93e12ed76e
[extractor/youtube] Extract uploader metadata for feed/playlist items
...
Fixes https://github.com/yt-dlp/yt-dlp/issues/7104
Authored by: coletdjnz
1 year ago
Mohamed Al Mehairbi
6dc00acf0f
[extractor/weyyak] Add extractor ( #7124 )
...
Closes #7118
Authored by: ItzMaxTV
1 year ago
coletdjnz
daafbf49b3
[core] Support decoding multiple content encodings ( #7142 )
...
Authored by: coletdjnz
1 year ago
coletdjnz
3f66b6fe50
[core] Workaround erroneous urllib Windows proxy parsing ( #7092 )
...
Convert proxies extracted from windows registry to http for older Python versions.
See: https://github.com/python/cpython/issues/86793
Authored by: coletdjnz
1 year ago
coletdjnz
b87e01c123
[cookies] Move `YoutubeDLCookieJar` to cookies module ( #7091 )
...
Authored by: coletdjnz
1 year ago
coletdjnz
08916a49c7
[core] Improve HTTP redirect handling ( #7094 )
...
Aligns HTTP redirect handling with what browsers commonly do and RFC standards.
Fixes issues afac4caa7d
missed.
Authored by: coletdjnz
1 year ago
sqrtNOT
66468bbf49
[extractor/comedycentral] Add support for movies ( #7108 )
...
Closes #1926
Authored by: sqrtNOT
1 year ago
bashonly
b844a3f8b1
[extractor/weverse] Add extractors ( #6711 )
...
Closes #4786
Authored by: bashonly
1 year ago
Audrey
5caf30dbc3
[extractor/youtube] Extract `heatmap` data ( #7100 )
...
Closes #3888
Authored by: tntmod54321
1 year ago
MMM
4ad58667c1
[extractor/bibeltv] Fix extraction, support live streams and series ( #6505 )
...
Authored by: flashdagger
1 year ago
Simon Sawicki
edbe5b589d
Bugfixes for 4823ec9f46
...
Hotfix for fragmented downloads
Authored by: bashonly
1 year ago
Simon Sawicki
032de83ea9
[extractor/crunchyroll] Rework with support for movies, music and artists ( #6237 )
...
This adds `CrunchyrollMusicIE` and `CrunchyrollArtistIE` extractors using the new, reworked base class and expands the `CrunchyrollBetaIE` with support for movies and movie listings and more complete metadata extraction
Authored by: Grub4K
1 year ago
Simon Sawicki
8417f26b8a
[core] Implement `--color` flag ( #6904 )
...
Authored by: Grub4K
1 year ago
pukkandan
7aeda6cc9e
[jsinterp] Do not compile regex
1 year ago
pukkandan
15b2d3db1d
[misc] Add automatic duplicate issue detection
1 year ago
pukkandan
4823ec9f46
Update to ytdl-commit-d1c6c5
...
[YouTube] [core] Improve platform debug log, based on yt-dlp
d1c6c5c4d6
Except:
* 6ed34338285f722d0da312ce0af3a15a077a3e2a [jsinterp] Add short-cut evaluation for common expression
* There was no performance improvement when tested with https://github.com/ytdl-org/youtube-dl/issues/30641
* e8de54bce50f6f77a4d7e8e80675f7003d5bf630 [core] Handle `/../` sequences in HTTP URLs
* We plan to implement this differently
1 year ago
pukkandan
46f1370e9a
[devscripts/cli_to_api] Add script
1 year ago
kangalio
69a40e4a7f
[extractor/youtube:music:search_url] Extract title ( #7102 )
...
Authored by: kangalio
Closes #7095
1 year ago
coletdjnz
955c89584b
[core] Deprecate internal `Youtubedl-no-compression` header ( #6876 )
...
Authored by: coletdjnz
1 year ago
coletdjnz
69bec6730e
[cleanup, utils] Split into submodules ( #7090 )
...
Closes https://github.com/yt-dlp/yt-dlp/pull/2173
Authored by: pukkandan, coletdjnz
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
1 year ago
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
1 year ago
bashonly
b73193c99a
[build] Implement build verification using `--update-to`
...
Authored by: bashonly, Grub4K
1 year ago
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
1 year ago
Simon Sawicki
44a79958f0
[build] Fix macOS target
...
Authored by: Grub4K
1 year ago
Simon Sawicki
665472a7de
[update] Implement `--update-to` repo
...
Authored by: Grub4K, pukkandan
1 year ago
Simon Sawicki
d2e84d5eb0
[update] Better error handling
...
Authored by: pukkandan
1 year ago
coletdjnz
447afb9eaa
[extractor/youtube] Support podcasts and releases tabs
...
Closes https://github.com/yt-dlp/yt-dlp/issues/6893
Authored by: coletdjnz
1 year ago
pukkandan
6f2287cb18
[cleanup] Misc
...
Closes #7030 , closes #6967
1 year ago
pukkandan
1d7656184c
[jsinterp] Handle `NaN` in bitwise operators
...
Closes #6131
1 year ago
pukkandan
f7f7a877bf
[extractor/booyah] Remove extractor
...
Site shut down. Closes #6425
1 year ago
pukkandan
c8bc203fbf
[docs] Misc improvements
...
Closes #6814 , closes #6940 , closes #6733 , closes #6923 , closes #6566 , closes #6726 , closes #6728
1 year ago
toomyzoom
21b9413cf7
[extractor/iwara] Implement login ( #6721 )
...
Authored by: toomyzoom
2 years ago
bashonly
ef8fb7f029
[extractor/wrestleuniverse] Fix extraction, add login ( #6982 )
...
Closes #6975
Authored by: bashonly, Grub4K
Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
2 years ago
ringus1
3b52a60688
[extractor/facebook] Fix metadata extraction ( #6856 )
...
Closes #3432
Authored by: ringus1
2 years ago
Lesmiscore
c449c0655d
[extractor/abematv] Add fallback for title and description extraction and extract more metadata ( #6994 )
...
Authored by: Lesmiscore
2 years ago
lauren n. liberda
0c7ce146e4
[extractor/tvp] Use new API ( #6989 )
...
Authored by: selfisekai
Closes #6987
2 years ago
pukkandan
ddae33754a
[extractor/youporn] Extract m3u8 formats
...
Closes #6977
2 years ago
Eveldee
45998b3e37
[utils] `locked_file`: Fix for virtiofs ( #6840 )
...
Authored by: brandon-dacrib
Closes #6823
2 years ago
bashonly
2f07c4c1da
[extractor/clipchamp] Add extractor ( #6978 )
...
Closes #6973
Authored by: bashonly
2 years ago