Offert4324
4cd9e251b9
[ie/medici] Fix extractor ( #9518 )
...
Closes #8813
Authored by: Offert4324
7 months ago
bashonly
0ae16ceb18
[ie/jiosaavn] Extract artists ( #9612 )
...
Closes #9607
Authored by: bashonly
7 months ago
bashonly
443e206ec4
[ie/jiosaavn] Fix format extensions ( #9609 )
...
Authored by: bashonly
7 months ago
bashonly
4c3b7a0769
[ie/mixch] Fix extractor ( #9608 )
...
Closes #9536
Authored by: bashonly, nipotan
7 months ago
bashonly
16be117729
Add option `--no-break-on-existing` ( #9610 )
...
Authored by: bashonly
7 months ago
trainman261
b49d5ffc53
[ie/cbc.ca:player] Support new URL format ( #9561 )
...
Closes #9534
Authored by: trainman261
7 months ago
HobbyistDev
36baaa10e0
[ie/Radio1Be] Add extractor ( #9122 )
...
Closes #8707
Authored by: HobbyistDev
7 months ago
Kacper Michajłow
02f93ff51b
[ie/twitch] Extract AV1 and HEVC formats ( #9158 )
...
Authored by: kasper93
7 months ago
Mozi
c59de48e2b
[ie/mixch:archive] Fix extractor ( #8761 )
...
Closes #2373
Authored by: pzhlkj6612
7 months ago
Mozi
0284f1fee2
[ie/asobistage] Add extractor ( #8735 )
...
Authored by: pzhlkj6612
7 months ago
bashonly
97362712a1
[ie/soundcloud] Support cookies ( #9586 )
...
Closes #997
Authored by: bashonly
7 months ago
bashonly
246571ae1d
[ie/soundcloud] Support retries for API rate-limit ( #9585 )
...
Authored by: bashonly
7 months ago
Simon Sawicki
32abfb00bd
[utils] `traverse_obj`: Convenience improvements ( #9577 )
...
Add support for:
- `http.cookies.Morsel`
- Multi type filters (`{type, type}`)
Authored by: Grub4K
7 months ago
pukkandan
c305a25c1b
[cleanup] Standardize `import datetime as dt` ( #8978 )
7 months ago
pukkandan
e3a3ed8a98
[ie, cleanup] No `from` stdlib imports in extractors ( #8978 )
7 months ago
pukkandan
a25a424323
[ie/youtube] Calculate more accurate `filesize`
...
YouTube provides slightly different duration for each format.
Calculating file-size based on this duration instead of the
video duration gives more accurate results.
Ref: https://github.com/yt-dlp/yt-dlp/issues/1400#issuecomment-2007441207
7 months ago
sepro
86e3b82261
[core] Fix `filesize_approx` calculation ( #9560 )
...
Reverts 22e4dfacb6
Despite being documented as `Kbit/s`, the extractors/manifests were returning bitrates in SI units of kilobits/sec.
Authored by: seproDev, pukkandan
7 months ago
pukkandan
e7b17fce14
[ie/youtube] Update `android` params
...
Discovered by LuanRT - https://github.com/LuanRT/YouTube.js/pull/624
Closes #9554
7 months ago
bashonly
a2d0840739
[ie/soundcloud] Adjust format sorting ( #9584 )
...
- Adapt to 86a972033e
Authored by: bashonly
7 months ago
pukkandan
86a972033e
Infer `acodec` for single-codec containers
7 months ago
bashonly
50c2935231
[ie] Add extractor impersonate API ( #9474 )
...
Authored by: bashonly, Grub4K, pukkandan
7 months ago
bashonly
0df63cce69
[ie/thisoldhouse] Support Brightcove embeds ( #9576 )
...
Closes #9570
Authored by: bashonly
7 months ago
bashonly
63f685f341
[ie/tiktok] Prefer non-bytevc2 formats ( #9575 )
...
Closes #9567
Authored by: bashonly
7 months ago
Simon Sawicki
3699eeb67c
[utils] `traverse_obj`: Allow unbranching using `all` and `any` ( #9571 )
...
Authored by: Grub4K
7 months ago
bashonly
cb61e20c26
[ie/tiktok] Fix API extraction ( #9548 )
...
Closes #9506
Authored by: bashonly, Grub4K
Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
8 months ago
bashonly
9c42b7eef5
[fd/ffmpeg] Accept output args from info dict ( #9278 )
...
Authored by: bashonly
8 months ago
coletdjnz
e5d4f11104
[rh:websockets] Workaround race condition causing issues on PyPy ( #9514 )
...
Authored by: coletdjnz
8 months ago
src-tinkerer
bc2b8c0596
[ie/fathom] Add extractor ( #9495 )
...
Closes #8541
Authored by: src-tinkerer
8 months ago
sta1us
aa7e9ae4f4
[ie/xvideos] Support new URL format ( #9493 ) ( #9502 )
...
Closes #9493
Authored by: sta1us
8 months ago
Shreyas Minocha
07f5b2f757
[ie/box] Support URLs without file IDs ( #9504 )
...
Authored by: shreyasminocha
8 months ago
Daniel Vogt
ff349ff94a
[ie/sharepoint] Add extractor ( #6531 )
...
Authored by: C0D3D3V, bashonly
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
8 months ago
Hasan Rüzgar
f859ed3ba1
[ie/loom] Add extractors ( #8686 )
...
Closes #3715
Authored by: bashonly, hruzgar
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
8 months ago
Aron Buzinkay
17d248a587
[ie/youtube:search] Fix params for uncensored results ( #9456 )
...
Closes #9156
Authored by: alb, pukkandan
8 months ago
sepro
22e4dfacb6
[ie/youtube] Fix tbr calculation ( #9489 )
...
Authored by: pukkandan
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
8 months ago
Trustin
86d2f4d248
[ie/imgur] Fix extraction ( #9471 )
...
Closes #9458
Authored by: trwstin
8 months ago
coletdjnz
52f5be1f1e
[rh:curlcffi] Add support for `curl_cffi`
...
Authored by: coletdjnz, Grub4K, pukkandan, bashonly
Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
Co-authored-by: bashonly <bashonly@protonmail.com>
8 months ago
coletdjnz
0b81d4d252
Add new options `--impersonate` and `--list-impersonate-targets`
...
Authored by: coletdjnz, Grub4K, pukkandan, bashonly
Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
Co-authored-by: bashonly <bashonly@protonmail.com>
8 months ago
bashonly
f2868b26e9
[ie/SonyLIVSeries] Fix season extraction ( #9423 )
...
Authored by: bashonly
8 months ago
bashonly
be77923ffe
[ie/crunchyroll] Extract `vo_adaptive_hls` formats by default ( #9447 )
...
Closes #9439
Authored by: bashonly
8 months ago
bashonly
8c05b3ebae
[ie/tiktok] Update API hostname ( #9444 )
...
Closes #9441
Authored by: bashonly
8 months ago
jazz1611
0da66980d3
[ie/gofile] Fix extractor ( #9446 )
...
Authored by: jazz1611
8 months ago
github-actions[bot]
8463fb510a
Release 2024.03.10
...
Created by: Grub4K
:ci skip all :ci run dl
8 months ago
pukkandan
615a84447e
[cleanup] Misc ( #8968 )
...
Authored by: pukkandan, bashonly, seproDev
8 months ago
pukkandan
ed3bb2b0a1
[cleanup] Remove unused code ( #8968 )
...
Authored by: pukkandan, seproDev
8 months ago
pukkandan
45491a2a30
[utils] Improve `repr` of `DateRange`, `match_filter_func`
8 months ago
sepro
a687226b48
[cleanup, ie] Match both `http` and `https` in `_VALID_URL` ( #8968 )
...
Except for Vimeo, since that causes matching collisions.
Authored by: seproDev
8 months ago
pukkandan
93240fc184
[cleanup] Fix misc bugs ( #8968 )
...
Closes #8816
Authored by: bashonly, seproDev, pukkandan, Grub4k
8 months ago
pukkandan
47ab66db0f
[docs] Misc Cleanup ( #8977 )
...
Closes #8355 , #8944
Authored by: bashonly, Grub4k, Arthurszzz, seproDev, pukkandan
Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com>
Co-authored-by: bashonly <bashonly@protonmail.com>
Co-authored-by: Arthurszzz <minecraftgamerarthur@gmail.com>
Co-authored-by: Simon Sawicki <accounts@grub4k.xyz>
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
8 months ago
Peter Hosey
2d91b98456
[fd/http] Reset resume length to handle `FileNotFoundError` ( #8399 )
...
Closes #4521
Authored by: boredzo
8 months ago
x11x
8828f4576b
[ie/youtube:tab] Fix `tags` extraction ( #9413 )
...
Closes #9412
Authored by: x11x
8 months ago