bashonly
bac9aa6a51
Update changelog overrides
...
Authored by: bashonly
2024-02-19 15:53:56 -06:00
bashonly
49488bc90b
Merge branch 'yt-dlp:master' into cleanup/2024-01
2024-02-19 15:50:54 -06:00
alard
7e90e34fa4
[extractor/goplay] Fix extractor ( #6654 )
...
Authored by: alard
Closes #6235
2024-02-20 03:00:14 +05:30
Alard
4ce57d3b87
[ie] Support multi-period MPD streams ( #6654 )
2024-02-20 02:54:01 +05:30
pukkandan
ffff1bc659
Fix 3725b4f0c93ca3943e6300013a9670e4ab757fda
2024-02-20 02:31:56 +05:30
DmitryScaletta
4f04347909
[ie/FlexTV] Add extractor ( #9178 )
...
Closes #9175
Authored by: DmitryScaletta
2024-02-19 00:40:34 +00:00
garret
4392447d94
[ie/NhkRadiru] Extract extended description ( #9162 )
...
Authored by: garret1317
2024-02-19 00:32:44 +00:00
sepro
c710b81462
[ie/Vbox7] Update tests
2024-02-18 23:52:05 +01:00
bashonly
d8ba9502b9
[ie/ArteTV] Do not redefine format
built-in
...
Authored by: bashonly
2024-02-18 15:31:09 -06:00
bashonly
7bb335243c
Merge branch 'yt-dlp:master' into cleanup/2024-01
2024-02-18 15:29:52 -06:00
bashonly
43cfd462c0
Bugfix for 775cde82dc5b1dc64ab0539a92dd8c7ba6c0ad33 ( #9241 )
...
Authored by: bashonly
2024-02-18 20:33:23 +00:00
Mozi
974d444039
[ie/niconico] Remove legacy danmaku extraction ( #9209 )
...
Closes #8684
Authored by: pzhlkj6612
2024-02-17 22:51:43 +00:00
Elan Ruusamäe
80ed8bdeba
[ie/ERRJupiter] Improve _VALID_URL
( #9218 )
...
Authored by: glensc
2024-02-17 22:48:18 +00:00
feederbox826
de954c1b4d
[ie/pornhub] Fix login support ( #9227 )
...
Closes #7981
Authored by: feederbox826
2024-02-17 22:46:05 +00:00
coletdjnz
0085e2bab8
[rh] Remove additional logging handlers on close ( #9032 )
...
Fixes https://github.com/yt-dlp/yt-dlp/issues/8922
Authored by: coletdjnz
2024-02-18 11:32:34 +13:00
bashonly
73fcfa39f5
Bugfix for beaa1a44554d04d9fe63a743a5bb4431ca778f28 ( #9235 )
...
[build:Makefile] Restore compatibility with GNU Make <4.0
- The != variable assignment operator is not supported by GNU Make <4.0
- $(shell) is a no-op in BSD Make, assigns an empty string to the var
- Try to assign with != and fallback to $(shell) if not assigned (?=)
- Old versions of BSD find have different -exec behavior
- Pipe to `sed` instead of using `find ... -exec dirname {}`
- BSD tar does not support --transform, --owner or --group
- Allow user to specify path to GNU tar by passing GNUTAR variable
- pandoc vars are immediately evaluated with != in gmake>=4 and bmake
- Suppress stderr output for pandoc -v in case it is not installed
- Use string comparison instead of int comparison for pandoc version
Authored by: bashonly
2024-02-17 21:23:54 +00:00
DmitryScaletta
41d6b61e98
[ie/Utreon] Support playeur.com ( #9182 )
...
Closes #9180
Authored by: DmitryScaletta
2024-02-17 21:39:48 +01:00
sepro
0bee29493c
[ie/Screencastify] Update _VALID_URL
( #9232 )
...
Authored by: seproDev
2024-02-17 20:49:10 +01:00
sepro
644738ddaa
[ie/OneFootball] Fix extractor ( #9222 )
...
Authored by: seproDev
2024-02-17 20:48:15 +01:00
sepro
c168d8791d
[ie/Nova] Fix embed extraction ( #9221 )
...
Authored by: seproDev
2024-02-17 20:47:19 +01:00
diman8
ddd4b5e10a
[ie/SVTPage] Fix extractor ( #8938 )
...
Closes #8930
Authored by: diman8
2024-02-16 16:59:25 +00:00
nixxo
f788149237
[ie/rai] Filter unavailable formats ( #9189 )
...
Closes #9154
Authored by: nixxo
2024-02-16 00:20:58 +00:00
barsnick
017adb28e7
[ie/LinkedIn] Fix metadata and extract subtitles ( #9056 )
...
Closes #9003
Authored by: barsnick
2024-02-16 00:19:00 +00:00
bashonly
6bcb11e3f4
Merge branch 'yt-dlp:master' into cleanup/2024-01
2024-02-15 17:14:16 -06:00
ringus1
2e30b5567b
[ie/facebook] Improve extraction
...
Partially addresses #4311
Authored by: jingtra, ringus1
Co-authored-by: Jing Kjeldsen <jingtra@gmail.com>
2024-02-15 16:51:43 -06:00
bashonly
beaa1a4455
[build:Makefile] Ensure compatibility with BSD make
( #9210 )
...
Authored by: bashonly
2024-02-15 22:42:43 +00:00
sepro
4677da355a
[ie/MyVidster] Don't require trailing slash
2024-02-15 07:38:07 +01:00
Florian Meißner
fb44020fa9
[build:Makefile] Fix man pages generated by pandoc>=3
( #7047 )
...
Closes #7046 , Closes #8481
Authored by: t-nil
2024-02-14 21:12:34 +00:00
sepro
3dc9232e1a
[ie/MagellanTV] Support episodes ( #9199 )
...
Authored by: seproDev
2024-02-13 20:53:17 +01:00
sepro
9401736fd0
[ie/LeFigaroVideoEmbed] Fix extractor ( #9198 )
...
Authored by: seproDev
2024-02-13 20:52:41 +01:00
sepro
cd0443fb14
[ie/Funk] Fix extractor ( #9194 )
...
Authored by: seproDev
2024-02-13 04:12:17 +01:00
sepro
03536126d3
[ie/CrooksAndLiars] Fix extractor ( #9192 )
...
Authored by: seproDev
2024-02-13 04:11:40 +01:00
sepro
1ed5ee2f04
[ie/Ant1NewsGrEmbed] Fix extractor ( #9191 )
...
Authored by: seproDev
2024-02-13 04:11:17 +01:00
bashonly
3876429d72
[build] Bump actions/upload-artifact
to v4 and adjust workflows
...
Authored by: bashonly
2024-02-11 19:09:03 +01:00
bashonly
b0059f0413
[build] Bump conda-incubator/setup-miniconda
to v3
...
Authored by: bashonly
2024-02-11 19:09:03 +01:00
bashonly
b14e818b37
[ci] Bump actions/setup-python
to v5
...
Authored by: bashonly
2024-02-11 19:09:03 +01:00
bashonly
867f637b95
[cleanup] Build files cleanup
...
- Fix `AUTHORS` file by doing an unshallow checkout
- Update triggers for nightly/master release
Authored by: bashonly
2024-02-11 19:09:03 +01:00
bashonly
920397634d
[build] Fix secretstorage
for ARM builds
...
Authored by: bashonly
2024-02-11 19:09:03 +01:00
bashonly
b8a433aaca
[devscripts] install_deps
: Add script and migrate to it
...
Authored by: bashonly
2024-02-11 19:09:03 +01:00
Simon Sawicki
fd647775e2
[devscripts] tomlparse
: Add makeshift toml parser
...
Authored by: Grub4K
2024-02-11 19:09:02 +01:00
bashonly
775cde82dc
[build] Migrate to pyproject.toml
and hatchling
...
Authored by: bashonly
2024-02-11 19:09:02 +01:00
bashonly
868d2f60a7
[build:Makefile] Add automated CODE_FOLDERS
and CODE_FILES
...
Authored by: bashonly
2024-02-11 19:08:55 +01:00
bashonly
a1b7784289
[build] Move bundle scripts into bundle
submodule
...
Authored by: bashonly
2024-02-11 18:17:24 +01:00
bashonly
709e4956f3
Add *.mpg
to .gitignore
and make clean-test
...
Running ArchiveOrgIE tests produces these
Authored by: bashonly
2024-02-10 16:38:02 -06:00
lauren n. liberda
882e3b753c
[ie/tvp] Support livestreams ( #8860 )
...
Closes #8824
Authored by: selfisekai
2024-02-10 00:11:34 +01:00
Dmitry Meyer
540b682981
[ie/Boosty] Add extractor ( #9144 )
...
Closes #5900 , Closes #8704
Authored by: un-def
2024-02-09 16:34:56 +01:00
bashonly
d1f458961d
[ie/radiko] Extract performers as cast
instead of artist
...
The site refers to radio show hosts as performers
Authored by: bashonly
2024-02-07 11:54:26 -06:00
bashonly
ba1b02ee2c
Merge branch 'yt-dlp:master' into cleanup/2024-01
2024-02-07 11:54:15 -06:00
sepro
ed57069bd2
[cleanup] Remove unused files
...
Originally used here 5a727063c5/devscripts/wine-py2exe.sh
2024-02-07 12:58:10 +01:00
sepro
6269baa040
[ie/myvideoge] Regex flag was treated as count
2024-02-07 12:37:19 +01:00