Alexandre Ramos
8ec164054e
Fix #9970 : FFmpeg requires ext in filename for FFmpegMetadataPP
...
Output templates resulting in filenames with only dots preceding the
extension would be passed to ffmpeg for embeding metadata with .temp
in the extension field because os.path.splitext would not find and
extension field in those filenames.
As a result ffmpeg would fail to determine what the output extension
should be and fail.
To solve this a must_have_ext argument was added to _change_extension
so that where a extension is required the expected extension will be
used in those cases where os.path.splitext returns an empty string for
the extension field.
existing_video_file in YoutubeDL.py was also changed so it won't
overwrite info_dict['ext'] with an empty string if os.path.splitext
returns an empty string for the extension field. This fixes #9970 .
2025-03-22 18:26:18 +00:00
github-actions[bot]
b4488a9e12
Release 2025.03.21
...
Created by: bashonly
:ci skip all
2025-03-21 23:49:09 +00:00
f36e4b6e65
[cleanup] Misc ( #12526 )
...
Authored by: Grub4K, seproDev, gamer191, dirkf
Co-authored-by: sepro <sepro@sepr0.com >
2025-03-21 23:41:56 +00:00
D Trombett and GitHub
983095485c
[ie/loco] Add extractor ( #12667 )
...
Closes #12496
Authored by: DTrombett
2025-03-21 23:24:13 +00:00
Michaël De Boey and GitHub
bbada3ec07
[ie/ketnet] Remove extractor ( #12628 )
...
Authored by: MichaelDeBoey
2025-03-21 23:19:36 +00:00
Michiel Sikma and GitHub
8305df0001
[ie/soop] Fix timestamp extraction ( #12609 )
...
Closes #12606
Authored by: msikma
2025-03-21 23:16:30 +00:00
bashonly and GitHub
7223d29569
[ie/mitele] Fix extractor ( #12689 )
...
Closes #12655
Authored by: bashonly
2025-03-21 23:14:46 +00:00
bashonly and GitHub
f5fb2229e6
[ie/BilibiliPlaylist] Fix extractor ( #12690 )
...
Closes #12651
Authored by: bashonly
2025-03-21 23:04:58 +00:00
89a68c4857
[ie/jamendo] Fix thumbnail extraction ( #12622 )
...
Closes #11779
Authored by: JChris246, bashonly
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com >
2025-03-21 23:04:34 +00:00
9b868518a1
[ie/youtube] Fix nsig and signature extraction for player 643afba4 ( #12684 )
...
Closes #12677 , Closes #12682
Authored by: seproDev, bashonly
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com >
2025-03-21 20:58:10 +00:00
D Trombett and GitHub
2ee3a0aff9
[ie/tv8.it] Add live and playlist extractors ( #12569 )
...
Closes #12542
Authored by: DTrombett
2025-03-16 23:10:16 +01:00
Arc8ne and GitHub
01a8be4c23
[ie/Canalsurmas] Add extractor ( #12497 )
...
Closes #5516
Authored by: Arc8ne
2025-03-16 23:03:10 +01:00
Refael Ackermann and GitHub
ebac65aa9e
[ie/NBCStations] Fix extractor ( #12534 )
...
Authored by: refack
2025-03-16 21:41:32 +00:00
4815dac131
[ie/msn] Rework extractor ( #12513 )
...
Closes #3225
Authored by: thedenv, seproDev
Co-authored-by: sepro <sepro@sepr0.com >
2025-03-16 19:54:46 +01:00
Simon Sawicki and GitHub
95f8df2f79
[networking] Always add unsupported suffix on version mismatch ( #12626 )
...
Authored by: Grub4K
2025-03-16 12:45:44 +01:00
coletdjnz and GitHub
e67d786c7c
[ie/youtube] Warn on DRM formats ( #12593 )
...
Authored by: coletdjnz
2025-03-16 10:28:16 +13:00
sepro and GitHub
d9a53cc1e6
[ie/reddit] Truncate title ( #12567 )
...
Authored by: seproDev
2025-03-15 22:16:00 +01:00
sepro and GitHub
83b119dadb
[ie/tiktok] Truncate title ( #12566 )
...
Authored by: seproDev
2025-03-15 22:15:29 +01:00
sepro and GitHub
06f6de78db
[ie/twitter] Truncate title ( #12560 )
...
Authored by: seproDev
2025-03-15 22:15:03 +01:00
sepro and GitHub
3380febe99
[ie/youtube] Player client maintenance ( #12603 )
...
Authored by: seproDev
2025-03-15 21:57:56 +01:00
rysson and GitHub
be0d819e11
[ie/cda] Fix login support ( #12552 )
...
Closes #10306
Authored by: rysson
2025-03-15 21:47:50 +01:00
df9ebeec00
[ie/vrtmax] Rework extractor ( #12479 )
...
Closes #7997 , Closes #8174 , Closes #9375
Authored by: MichaelDeBoey, bergoid, seproDev
Co-authored-by: bergoid <bergoid@users.noreply.github.com >
Co-authored-by: sepro <sepro@sepr0.com >
2025-03-15 21:29:22 +01:00
fireattack and GitHub
17504f2535
[ie/openrec] Fix _VALID_URL ( #12608 )
...
Authored by: fireattack
2025-03-15 17:14:01 +01:00
coletdjnz and GitHub
4432a9390c
[ie/youtube] Split into package ( #12557 )
...
Authored by: coletdjnz
2025-03-13 17:37:33 +13:00
sepro and GitHub
05c8023a27
[ie/vk] Improve metadata extraction ( #12510 )
...
Closes #12509
Authored by: seproDev
2025-03-07 22:14:38 +01:00
bd0a668169
[ie/pinterest] Fix extractor ( #12538 )
...
Closes #12529
Authored by: mikf
Co-authored-by: =?UTF-8?q?Mike=20F=C3=A4hrmann?= <mike_faehrmann@web.de >
2025-03-05 06:38:23 +00:00
bashonly and GitHub
b8b4754704
[ie/twitter] Fix syndication token generation ( #12537 )
...
Fix 14cd7f3443
Authored by: bashonly
2025-03-05 06:22:52 +00:00
u-spec-png and GitHub
9d70abe4de
[ie/N1] Fix extraction of newer articles ( #12514 )
...
Authored by: u-spec-png
2025-03-04 01:51:23 +01:00
8eb9c1bf3b
[ie/RTP] Rework extractor ( #11638 )
...
Closes #4661 , Closes #10393 , Closes #11244
Authored by: seproDev, vallovic, red-acid, pferreir, somini
Co-authored-by: vallovic <vallovic@gmail.com >
Co-authored-by: red-acid <161967284+red-acid@users.noreply.github.com >
Co-authored-by: Pedro Ferreira <pedro@dete.st >
Co-authored-by: somini <dev@somini.xyz >
2025-03-04 00:46:18 +01:00
fries1234 and GitHub
42b7440963
[ie/tvw] Add extractor ( #12271 )
...
Authored by: fries1234
2025-03-03 23:25:30 +01:00
sepro and GitHub
172d5fcd77
[ie/MagellanTV] Fix extractor ( #12505 )
...
Closes #12498
Authored by: seproDev
2025-03-03 22:55:03 +01:00
7d18fed8f1
[networking] Add keep_header_casing extension ( #11652 )
...
Authored by: coletdjnz, Grub4K
Co-authored-by: coletdjnz <coletdjnz@protonmail.com >
2025-03-03 00:10:01 +01:00
coletdjnz and GitHub
79ec2fdff7
[ie/youtube] Warn on missing formats due to SSAP ( #12483 )
...
See https://github.com/yt-dlp/yt-dlp/issues/12482
Authored by: coletdjnz
2025-02-28 19:33:31 +13:00
sepro and GitHub
3042afb5fe
[ie/CultureUnplugged] Extend _VALID_URL ( #12486 )
...
Closes #12477
Authored by: seproDev
2025-02-26 19:39:50 +01:00
sepro and GitHub
ad60137c14
[ie/Dailymotion] Improve embed detection ( #12464 )
...
Closes #12453
Authored by: seproDev
2025-02-26 19:36:33 +01:00
4ft35t and GitHub
0bb3978862
[ie/weibo] Support playlists ( #12284 )
...
Closes #12283
Authored by: 4ft35t
2025-02-23 19:16:06 +00:00
XPA and GitHub
7508e34f20
[ie/niconico] Fix format sorting ( #12442 )
...
Authored by: xpadev-net
2025-02-23 19:07:08 +00:00
bashonly and GitHub
9807181cfb
[ie/lbry] Make m3u8 format extraction non-fatal ( #12463 )
...
Closes #12459
Authored by: bashonly
2025-02-23 18:24:48 +00:00
bashonly and GitHub
7126b47260
[ie/lbry] Raise appropriate error for non-media files ( #12462 )
...
Closes #12182
Authored by: bashonly
2025-02-23 17:59:22 +00:00
bashonly and GitHub
eb1417786a
[ie/gem.cbc.ca] Fix login support ( #12414 )
...
Closes #12406
Authored by: bashonly
2025-02-23 09:56:47 +00:00
bashonly and GitHub
6933f5670c
[ie/playsuisse] Fix login support ( #12444 )
...
Closes #12425
Authored by: bashonly
2025-02-23 09:22:51 +00:00
Alexander Seiler and GitHub
26a502fc72
[ie/azmedien] Fix extractor ( #12375 )
...
Authored by: goggle
2025-02-23 09:14:35 +00:00
Ben Faerber and GitHub
652827d5a0
[ie/softwhiteunderbelly] Add extractor ( #12281 )
...
Authored by: benfaerber
2025-02-23 09:11:58 +00:00
Pedro Belo and GitHub
0e1697232f
[ie/globo] Fix subtitles extraction ( #12270 )
...
Authored by: pedro
2025-02-23 08:57:27 +00:00
Kenshin9977 and GitHub
9f77e04c76
Fix external downloader availability when using --ffmpeg-location ( #12318 )
...
This fix is only applicable to the CLI option
Authored by: Kenshin9977
2025-02-23 08:50:43 +00:00
Simon Sawicki and GitHub
c034d65548
Fix lazy extractor state (Fix 4445f37a7a) ( #12452 )
...
Authored by: coletdjnz, Grub4K, pukkandan
2025-02-23 09:44:27 +01:00
bashonly and GitHub
480125560a
[ie/instagram] Improve error handling ( #12410 )
...
Closes #5967 , Closes #6294 , Closes #7328 , Closes #8452
Authored by: bashonly
2025-02-23 08:35:22 +00:00
bashonly and GitHub
a59abe0636
[ie/instagram] Fix extraction of older private posts ( #12451 )
...
Authored by: bashonly
2025-02-23 08:31:00 +00:00
Chris Ellsworth and GitHub
a90641c836
[ie/instagram] Add app_id extractor-arg ( #12359 )
...
Authored by: chrisellsworth
2025-02-23 08:16:04 +00:00
fireattack and GitHub
65c3c58c0a
[ie/instagram:story] Support --no-playlist ( #12397 )
...
Closes #12395
Authored by: fireattack
2025-02-23 07:24:21 +00:00