Commit Graph

22816 Commits (8a1daf41ab21f3b2e06eb2c6d12162e60822ab3b)
 

Author SHA1 Message Date
dirkf 8a1daf41ab [ie/BoomplayEpisode] Make title extraction non-fatal
Co-authored-by: dirkf <fieldhouse@gmx.net>
grqx_wsl 0f9b09842e remove `playlist` argument from `BoomplayBaseIE._extract_page_metadata`
Will consider `require_title` later if moving title extraction here
grqx_wsl 1066a94acf Merge remote-tracking branch 'upstream/master' into boomplay
grqx_wsl aa34d34596 `_TEST` -> `_TESTS`
bashonly dd2e244469
[build] Use Ubuntu 20.04 and Python 3.9 for Linux ARM builds ()
Authored by: bashonly
bashonly ea9e35d85f
[cleanup] Misc ()
Authored by: bashonly
bashonly 87884f1558
[build] Move optional dependencies to the `default` group ()
Closes 
Authored by: bashonly
github-actions[bot] 2a246749ec Release 2024.10.22
Created by: bashonly

:ci skip all
Simon Sawicki 67adeb7bab
[cleanup] Misc ()
- Add Python 3.13 to CI, finalize 3.13 support
- Remove Python 3.8 from CI in preparation for removing 3.8 support
- Document that PyPy3.8 and PyPy3.9 are no longer supported
- Usual documentation fixes and code cleanup

Closes , Closes , Closes , Closes 
Authored by: Grub4K, grqz, DTrombett, KarboniteKream, bashonly, mikkovedru, seproDev

Co-authored-by: N/Ame <173015200+grqz@users.noreply.github.com>
Co-authored-by: DTrombett <d@trombett.org>
Co-authored-by: =?UTF-8?q?Klemen=20Ko=C5=A1ir?= <klemen.kosir@kream.io>
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
Co-authored-by: Mikko Vedru <mikko.vedru@gmail.com>
Co-authored-by: sepro <sepro@sepr0.com>
bashonly a886cf3e90
[build] Migrate `py2exe` builds to `win_exe` ()
This commit removes py2exe support

Closes 
Authored by: bashonly
Allen e68b4c19af
[ie/tubitv] Strip extra whitespace from titles ()
Closes 
Authored by: allendema
coletdjnz b8635c1d47
[ie/youtube] Support logging in with OAuth ()
See: https://github.com/yt-dlp/yt-dlp/wiki/Extractors#logging-in-with-oauth

Authored by: coletdjnz
63427083dev 46fe60ff19
[ie/afreecatv] Adapt extractors to new sooplive.co.kr domain ()
Closes 
Authored by: 63427083, bashonly

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
DarkZeros 0b7ec08816
[ie/telecinco] Fix extractors ()
Closes , Closes 
Authored by: DarkZeros, bashonly

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
David Skrundz 40054cb4a7
[ie/gem.cbc.ca] Fix formats extraction ()
Also extracts `timestamp` and `release_timestamp` as seconds instead of milliseconds

Authored by: DavidSkrundz
bashonly fed53d70bd [ie/youtube] Remove broken `android_producer` client ()
Authored by: bashonly
bashonly ec2f4bf082 [ie/youtube] Remove broken age-restriction workaround ()
Closes 
Authored by: bashonly
sepro 87408ccfd7
[ie/imgur] Fix thumbnail extraction ()
Authored by: seproDev
Paweł Kotiuk c4d95f67dd
[ie/cda] Support folders ()
Closes 
Authored by: pktiuk
Deer-Spangle 5af774d7a3
[ie/imgur] Support new URL format ()
Authored by: Deer-Spangle
Imran Hussain 0f593dca9f
Add option `--plugin-dirs` ()
Closes 
Authored by: imranh2, coletdjnz

Co-authored-by: coletdjnz <coletdjnz@protonmail.com>
sepro 8de431ec97
[ie/Funk] Extend `_VALID_URL` ()
Authored by: seproDev
rubyevadestaxes 679c68240a
[ie/twitter:spaces] Allow extraction when not logged in ()
Closes 
Authored by: rubyevadestaxes
bashonly 3148c1822f
[ie/substack] Resolve podcast file extensions ()
Closes 
Authored by: bashonly
bashonly 7af1ddaaf2
[ie/youtube] Fix `comment_count` extraction ()
Authored by: bashonly
grqx_wsl 0e1851bc34 Merge remote-tracking branch 'refs/remotes/origin/boomplay' into boomplay
grqx_wsl a886439396 `_id` -> `item_id`
Co-authored-by: dirkf <fieldhouse@gmx.net>
N/Ame 38383ea313
use `re.sub` instead in description extraction
Co-authored-by: dirkf <fieldhouse@gmx.net>
grqx_wsl 28a1163010 consistency: BoomplaySearchPageIE => BoomplaySearchURLIE
grqx_wsl cee1c763e4 fix the docstring of `BoomplayBaseIE.__yield_elements_text_and_html_by_class_and_tag`
grqx_wsl bbb121c2af Correct extractor name: `BoomPlay`==>`Boomplay`
bashonly fbc66e3ab3
[utils] `Popen`: Reset PyInstaller environment ()
- Forces spawning independent subprocesses for exes bundled with PyInstaller>=6.10
- Fixes regression introduced in fb8b7f226d
- Ref: https://pyinstaller.org/en/v6.10.0/CHANGES.html#incompatible-changes

Closes 
Authored by: bashonly, Grub4K

Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
bashonly 64d84d75ca
[build] Use `macos-13` image for macOS builds ()
Authored by: bashonly
grqx_wsl 6beca5eb57 revert
grqx_wsl 82d7e40908 Merge remote-tracking branch 'refs/remotes/origin/boomplay' into boomplay
grqx_wsl 5b1b5bb1b6 updxate _VALID_URL
N/Ame 445531c5a0
Update yt_dlp/extractor/boomplay.py
N/Ame 16d68723dc
Update yt_dlp/extractor/boomplay.py
bashonly dcfeea4dd5
[ie/adobepass] Use newer user-agent for provider redirect request ()
Closes 
Authored by: bashonly
grqx_wsl 5b962d70de improve metadata extraction, add extractor for search pages
- pass tests&code formatting

Co-authored-by: dirkf <fieldhouse@gmx.net>
Co-authored-by: grqx_wsl <173253225+grqx@users.noreply.github.com>
grqx_wsl 98d9edf823 Merge branch 'master' into boomplay
grqx_wsl 6d2de79b7a BoomPlayGenericPlaylistIE, BoomPlaySearchIE
Mozi cba7868502
[ie/reddit] Detect and raise when login is required ()
Closes 
Authored by: pzhlkj6612
Simon Sawicki d710a6ca7c
Add extractor helpers ()
Authored by: Grub4K
Simon Sawicki 85b87c991a
[utils] `sanitize_path`: Reimplement function ()
Authored by: Grub4K
Simon Sawicki 16eb28026a
[test] Allow running tests explicitly ()
Authored by: Grub4K
Simon Sawicki 1a830394a2
[build] `make_lazy_extractors`: Force running without plugins ()
Authored by: Grub4K
Simon Sawicki edfd095b19
[ie/generic] Impersonate browser by default ()
Also adds `impersonate` extractor arg

Authored by: Grub4K
Simon Sawicki c5f0f58efd
[cookies] Fix compatibility for Python <=3.9 in traceback
Authored by: Grub4K
grqx_wsl a8769f672b [ie/boomplay] add extractors