Nikolay Fedorov
de283383a8
Using regular expressions as values for thumbnails in _TESTS
2025-08-07 00:09:33 +03:00
Nikolay Fedorov
89eac10fa8
Use traverse_obj for get json info data
2025-08-06 22:25:54 +03:00
Nikolay Fedorov
4f21363359
Fix double quotes
2025-08-05 00:36:36 +03:00
Nikolay Fedorov
b73250f275
Prevent '"NoneType" object has no attribute "get"' exception and and missing dict keys.
2025-08-05 00:34:46 +03:00
Nikolay Fedorov
bfdfb57fd6
Added key 'duration' = None to info_dict in TESTS of live streams.
2025-08-03 01:10:42 +03:00
Nikolay Fedorov
ee1be9ca52
Fix trailing comma
2025-08-03 00:41:35 +03:00
Nikolay Fedorov
2a384a14b0
Added int_or_none() from utils for 'duration'
2025-08-03 00:40:06 +03:00
Nikolay Fedorov
c01b70eef8
Fix 'COM819 Trailing comma prohibited' and 'COM812 Trailing comma missing'
2025-08-02 01:12:12 +03:00
Nikolay Fedorov
292616f6b6
Added extra keys 'is_live', 'duration', 'subtitles' to info_dicts in _TESTS
2025-08-02 01:08:26 +03:00
Nikolay Fedorov
6d01405d9f
Some code optimizations and add 'duration' key to output dict
2025-08-02 00:52:02 +03:00
Nikolay Fedorov
72003004bf
Fix double quotes
2025-08-02 00:41:13 +03:00
Nikolay Fedorov
691784cb72
Added "is_live" status
2025-08-02 00:39:18 +03:00
Nikolay Fedorov
6dd3fb8548
Fix autopep8 empty line end error
2025-08-01 23:15:14 +03:00
Nikolay Fedorov
fd8503cb53
Fix double quotes
2025-08-01 23:09:55 +03:00
Nikolay Fedorov
a8c799a13c
Added check that json download status code is 200.
2025-08-01 23:09:09 +03:00
Nikolay Fedorov
4df15c0f74
Fixed 'W293 Blank line contains whitespace'
2025-08-01 22:50:15 +03:00
Nikolay Fedorov
2b25a20695
Add empty string before return
2025-08-01 22:47:44 +03:00
Nikolay Fedorov
c4e22096ad
Fixed 'COM812 Trailing comma missing'
2025-08-01 22:42:07 +03:00
Nikolay Fedorov
ed04965569
Fixed the 'type' variable, which argues with the built-in python function
2025-08-01 22:38:27 +03:00
Nikolay Fedorov
70a45aa336
Double quotes fixed
2025-08-01 22:35:28 +03:00
Nikolay Fedorov
9ca66dec4d
Fix imports section
2025-08-01 22:20:17 +03:00
Nikolay Fedorov
60b582751d
Update and fix smotrim.ru extractor (see description)
...
- Added support for links with 'channel' type
- Extract json info from api's json dictionary
- Added thumbnail url
- Fixed outdated broken links in _TESTS
- Get many video formats from m3u8 playlist
2025-08-01 22:19:32 +03:00
garret1317
71f30921a2
[ie/tbsjp] Fix extractor ( #13485 )
...
Closes #13484
Authored by: garret1317
2025-07-31 20:33:05 +00:00
Abdulmohsen
121647705a
[ie/TVer] Support --ignore-no-formats-error when geo-blocked ( #13598 )
...
Authored by: arabcoders
2025-07-30 23:23:06 +00:00
bashonly
70d7687487
[ie/TVer] Extract Streaks API info ( #13885 )
...
Closes #13874
Authored by: bashonly
2025-07-30 23:15:59 +00:00
bashonly
42ca3d601e
[ie/archive.org] Fix metadata extraction ( #13880 )
...
Closes #13881
Authored by: bashonly
2025-07-30 06:11:09 +00:00
bashonly
62e2a9c0d5
[ci] Bump supported PyPy version to 3.11 ( #13877 )
...
Ref: https://pypy.org/posts/2025/07/pypy-v7320-release.html
Authored by: bashonly
2025-07-29 21:31:35 +00:00
bashonly
28b68f6875
[cookies] Load cookies with float expires
timestamps ( #13873 )
...
Authored by: bashonly
2025-07-29 19:47:28 +00:00
fries1234
682334e4b3
[ie/tvw:news] Add extractor ( #12907 )
...
Authored by: fries1234
2025-07-27 22:26:33 +02:00
Florentin Le Moal
b831406a1d
[ie/rtve.es:program] Add extractor
...
Authored by: meGAmeS1, seproDev
Co-authored-by: sepro <sepro@sepr0.com>
2025-07-27 21:52:05 +02:00
bashonly
23c658b9cb
Raise minimum recommended Python version to 3.10 ( #13859 )
...
Ref: https://github.com/yt-dlp/yt-dlp/issues/13858
Authored by: bashonly
2025-07-26 22:59:02 +00:00
bashonly
cc5a5caac5
Deprecate darwin_legacy_exe
support ( #13857 )
...
Ref: https://github.com/yt-dlp/yt-dlp/issues/13856
Authored by: bashonly
2025-07-26 22:12:53 +00:00
bashonly
66aa21dc5a
[build] Use macos-14
runner for macos
builds ( #13814 )
...
Ref: https://github.blog/changelog/2025-07-11-upcoming-changes-to-macos-hosted-runners-macos-latest-migration-and-xcode-support-policy-updates/#macos-13-is-closing-down
Authored by: bashonly
2025-07-26 19:39:54 +00:00
Tom Hebb
57186f958f
[fd/hls] Fix --hls-split-continuity
support ( #13321 )
...
Authored by: tchebb
2025-07-26 20:43:38 +02:00
CasperMcFadden95
daa1859be1
[ie/FaulioLive] Support Bahry TV ( #13850 )
...
Authored by: CasperMcFadden95
2025-07-26 20:11:57 +02:00
c-basalt
e8c2bf798b
[ie/neteasemusic] Support XFF ( #11044 )
...
Closes #11043
Authored by: c-basalt
2025-07-26 20:02:56 +02:00
doe1080
1fe83b0111
[ie/eagleplatform] Remove extractors ( #13469 )
...
Authored by: doe1080
2025-07-26 17:34:22 +02:00
InvalidUsernameException
30302df22b
[ie/sportdeuschland] Support embedded player URLs ( #13833 )
...
Closes #13766
Authored by: InvalidUsernameException
2025-07-25 22:22:32 +00:00
CasperMcFadden95
3e609b2ced
[ie/FaulioLive] Add extractor ( #13421 )
...
Authored by: CasperMcFadden95, seproDev
Co-authored-by: sepro <sepro@sepr0.com>
2025-07-25 23:33:49 +02:00
bashonly
d399505fdf
[fd/external] Work around ffmpeg's file:
URL handling ( #13844 )
...
Closes #13781
Authored by: bashonly
2025-07-25 19:44:39 +00:00
sepro
61d4cd0bc0
[ie/PlyrEmbed] Add extractor ( #13836 )
...
Closes #13827
Authored by: seproDev
2025-07-25 20:55:41 +02:00
doe1080
4385480795
[utils] parse_resolution
: Support width-only pattern ( #13802 )
...
Authored by: doe1080
2025-07-25 20:41:21 +02:00
Barry van Oudtshoorn
485de69dbf
[ie/Parlview] Rework extractor ( #13788 )
...
Closes #13787
Authored by: barryvan
2025-07-25 06:00:31 +02:00
ischmidt20
0adeb1e54b
[ie/tbs] Fix truTV support ( #9683 )
...
Closes #3400
Authored by: ischmidt20, bashonly
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
2025-07-24 22:35:48 +00:00
bashonly
afaf60d9fd
[ie/vimeo] Fix login support and require authentication ( #13823 )
...
Closes #13822
Authored by: bashonly
2025-07-23 23:27:20 +00:00
Atsushi2965
7e3f48d64d
[pp/EmbedThumbnail] Fix ffmpeg args for embedding in mp3 ( #13720 )
...
Authored by: atsushi2965
2025-07-22 21:55:00 +00:00
bashonly
59765ecbc0
[ie/sproutvideo] Fix extractor ( #13813 )
...
Authored by: bashonly
2025-07-22 21:46:46 +00:00
bashonly
c59ad2b066
[utils] random_user_agent
: Bump versions ( #13543 )
...
Closes #5362
Authored by: bashonly
2025-07-22 21:34:03 +00:00
Simon Sawicki
eed94c7306
[utils] Add WINDOWS_VT_MODE
to globals ( #12460 )
...
Authored by: Grub4K
2025-07-22 20:10:51 +02:00
Roland Crosby
3e918d825d
[pp/XAttrMetadata] Add macOS "Where from" attribute ( #12664 )
...
Authored by: rolandcrosby
2025-07-22 19:50:42 +02:00