Commit Graph

22146 Commits

Author SHA1 Message Date
J. Gonzalez
59e5975a00 Convert double quotes to single quotes, remove a dead variable, and fix parentheses style.
After seeing feedback on some other pull requests, I noticed that single quotes were preferred. I've accordingly, and preemptively, converted our single quotes to double quotes. I took the opportunity to double check the style guide and make sure everythiyng else was tidied up as well.
2023-12-10 14:14:52 -05:00
J. Gonzalez
cc5692e401 Fix cnbc.py / add CNBCVideoIE extractor
Fixes #8378 by rewriting the CNBC video extractor.

- Removes `CNBCIE`, which is an extractor for a CNBC video platform that no longer exists.
- Updates CNBCVideoIE
    - Adds tests
    - Supports author, channel, formats, ID (of course), upload date, URL (of course), title (of course), description, duration, timestamp, and thumbnails.

Squashed commit of the following:

commit c4c6a3ecf7cb287ffdb9a20e571b9036e6519d77
Author: J. Gonzalez <gonzalezjo@users.noreply.github.comm>
Date:   Sat Dec 9 20:12:51 2023 -0500

    Final cleanups

commit 98837e5fcd0735165be2de47770143a480ee7ffc
Author: J. Gonzalez <gonzalezjo@users.noreply.github.comm>
Date:   Sat Dec 9 20:06:01 2023 -0500

    Rebase 'Further cleanups + better extraction'

    Cool.

commit 210a0e5fedc5ecd734a594cb5bed9df9370e0e3b
Author: zhijinwuu <zhijinw@andrew.cmu.edu>
Date:   Sat Dec 9 19:48:58 2023 -0500

    new tests

commit 91fcdfbcde07016c71b7b2c697391cee5d883cd7
Author: zhijinwuu <zhijinw@andrew.cmu.edu>
Date:   Sat Dec 9 19:41:45 2023 -0500

    added a test

commit 28a0100a2077febf03b3b53b7c0d291603cb8f18
Author: ruiminggu <ruimingg@andrew.cmu.edu>
Date:   Sat Dec 9 19:11:34 2023 -0500

    fixed test

commit 37c4b72c13cd2a76810c03ec5ee6039f1dc972ec
Author: ruiminggu <ruimingg@andrew.cmu.edu>
Date:   Sat Dec 9 19:11:17 2023 -0500

    fixed test

commit 6f42a60a4345f67f6fb209437e112e86091e317b
Author: J. Gonzalez <gonzalezjo@users.noreply.github.comm>
Date:   Sat Dec 9 18:47:17 2023 -0500

    Remove CNBCIE

    Seems to not exist anymore.

commit d9dd7421e869d79cc5dbb0941c5fb1500b99912b
Author: J. Gonzalez <gonzalezjo@users.noreply.github.comm>
Date:   Sat Dec 9 18:44:11 2023 -0500

    Code cleanups

commit 72e9d82b6ee4fcfc5c83e7c478835a18534fd387
Merge: b27267943 b5260a1ba
Author: J. Gonzalez <gonzalezjo@users.noreply.github.comm>
Date:   Sat Dec 9 18:36:30 2023 -0500

    Merge branch 'rachel-cnbc' into cnbc

commit b27267943e460f036556483908327a298aa4238d
Merge: 1823eb938 188191ad9
Author: J. Gonzalez <gonzalezjo@users.noreply.github.comm>
Date:   Sat Dec 9 18:35:33 2023 -0500

    Merge branch 'noor-cnbc' into cnbc

commit 188191ad953f23d8a176494f1a5677cb67057791
Author: J. Gonzalez <gonzalezjo@users.noreply.github.comm>
Date:   Sat Dec 9 18:34:11 2023 -0500

    Simplify noor-code

commit 7c43a9d44e0faf2ac6c69994044d08b83be54c58
Author: J. Gonzalez <gonzalezjo@users.noreply.github.comm>
Date:   Sat Dec 9 17:37:00 2023 -0500

    Mostly fix tests

    Nice.

commit db204a54fdd281dc112480ed9b1746418734ce62
Author: Noor Mostafa <noormostafa@noors-air-3.wifi.local.cmu.edu>
Date:   Sat Dec 9 17:18:57 2023 -0500

    test case for CNBC video

commit b5260a1bace19436fdc1f0221459100e638c11bf
Author: zhijinwuu <zhijinw@andrew.cmu.edu>
Date:   Sat Dec 9 17:17:04 2023 -0500

    format upload_date

commit 1823eb9385bd4adc3d99d6b683c150cc6840250b
Author: ruiminggu <ruimingg@andrew.cmu.edu>
Date:   Sat Dec 9 15:55:04 2023 -0500

    modify for properly capitalize the channel

commit c164f09081bd08549314daec0d0eadc15fd0552a
Author: zhijinwuu <zhijinw@andrew.cmu.edu>
Date:   Sat Dec 9 15:38:40 2023 -0500

    add the case where author is NA

commit 3bee446904b262a68463da0c1af09db3550b532c
Author: zhijinwuu <zhijinw@andrew.cmu.edu>
Date:   Sat Dec 9 15:26:03 2023 -0500

    upload_date, video_status, author

commit 668503b51397c8bdf0e138c736074d86489e2d15
Author: zhijinwuu <zhijinw@andrew.cmu.edu>
Date:   Sat Dec 9 15:25:08 2023 -0500

    original

commit fb8f1731931bd379d5565c39b1aef2391bf14356
Author: zhijinwuu <zhijinw@andrew.cmu.edu>
Date:   Sat Dec 9 15:09:44 2023 -0500

    upload_date, video_status, and author

commit b57090bfc21c79864f8875aa0cfb3c1472e15323
Author: Noor Mostafa <noormostafa@noors-air-3.wifi.local.cmu.edu>
Date:   Fri Dec 8 16:24:36 2023 -0500

    metadata using builtin functions

commit a3b0068111fa78524e950e2a827a8e07c54cc918
Author: ruiminggu <ruimingg@andrew.cmu.edu>
Date:   Fri Dec 8 14:59:57 2023 -0500

    channel and duration

commit 09ccfd73dd4025c8031c564e83d3cd8a23dd8ec0
Author: Noor Mostafa <noormostafa@noors-air-3.wifi.local.cmu.edu>
Date:   Thu Dec 7 17:16:17 2023 -0500

    Added metadata for thumbnail, timestamp, and description

commit fcb554e870e21772770fbdc2f22ac1ec3e397b37
Author: Noor Mostafa <noormostafa@noors-air-3.wifi.local.cmu.edu>
Date:   Thu Dec 7 14:51:10 2023 -0500

    thumbnail metadata

commit 2101192145479f57222e4d1598880e74ee43fef0
Author: J. Gonzalez <gonzalezjo@users.noreply.github.comm>
Date:   Thu Dec 7 12:45:36 2023 -0500

    Basic video extraction supported for CNBC.

    Does the absolute barest minimum.
2023-12-09 20:25:18 -05:00
Simon Sawicki
0b6f829b1d
[utils] traverse_obj: Move is_user_input into output template (#8673)
Authored by: Grub4K
2023-12-06 21:46:45 +01:00
Simon Sawicki
f98a3305eb
[ie/pr0gramm] Support variant formats and subtitles (#8674)
Authored by: Grub4K
2023-12-06 21:44:54 +01:00
sepro
04a5e06350
[ie/ondemandkorea] Fix upgraded format extraction (#8677)
Closes #8675
Authored by: seproDev
2023-12-06 18:58:00 +01:00
Nicolas Cisco
b03c89309e
[ie/mediastream] Fix authenticated format extraction (#8657)
Authored by: NickCis
2023-12-06 18:55:38 +01:00
Pierrick Guillaume
71f28097fe
[ie/francetv] Improve metadata extraction (#8409)
Authored by: Fymyte
2023-12-06 16:10:11 +01:00
pukkandan
044886c220
[ie/youtube] Return empty playlist when channel/tab has no videos
Closes #8634
2023-12-06 03:44:13 +05:30
pukkandan
993edd3f6e
[outtmpl] Support multiplication
Related: #8683
2023-12-06 03:44:11 +05:30
OIRNOIR
6a9c7a2b52
[ie/youtube] Support cf.piped.video (#8514)
Authored by: OIRNOIR
Closes #8457
2023-11-29 18:18:58 +05:30
pukkandan
a174c453ee
Let read_stdin obey --quiet
Closes #8668
2023-11-29 05:48:40 +05:30
TSRBerry
15f22b4880
[webvtt] Allow spaces before newlines for CueBlock (#7681)
Closes #7453

Ref: https://www.w3.org/TR/webvtt1/#webvtt-cue-block
2023-11-29 04:50:06 +05:30
sepro
9751a457cf
[cleanup] Remove dead extractors (#8604)
Closes #1609, Closes #3232, Closes #4763, Closes #6026, Closes #6322, Closes #7912
Authored by: seproDev
2023-11-26 03:09:59 +00:00
bashonly
5a230233d6
[ie/box] Fix formats extraction (#8649)
Closes #5098
Authored by: bashonly
2023-11-26 02:50:23 +00:00
bashonly
4903f452b6
[ie/bfmtv] Fix extractors (#8651)
Closes #8425
Authored by: bashonly
2023-11-26 02:49:18 +00:00
bashonly
ff2fde1b8f
[ie/TwitCastingUser] Fix extraction (#8650)
Closes #8653
Authored by: bashonly
2023-11-26 02:47:48 +00:00
bashonly
deeb13eae8
[pp/FFmpegMetadata] Embed stream metadata in single format downloads (#8647)
Closes #8568
Authored by: bashonly
2023-11-26 02:40:09 +00:00
bashonly
bb5a54e6db
[ie/youtube] Improve detection of faulty HLS formats (#8646)
Closes #7747
Authored by: bashonly
2023-11-26 02:21:29 +00:00
sepro
628fa244bb
[ie/floatplane] Add extractors (#8639)
Closes #5877, Closes #5912
Authored by: seproDev
2023-11-26 02:20:10 +00:00
kclauhk
9cafb9ff17
[ie/facebook] Improve subtitles extraction (#8296)
Authored by: kclauhk
2023-11-26 02:17:16 +00:00
sepro
1732eccc0a
[core] Parse release_year from release_date (#8524)
Closes #7263
Authored by: seproDev
2023-11-26 02:12:05 +00:00
pk
a0b19d319a
[core] Support NO_COLOR environment variable (#8385)
Authored by: prettykool, Grub4K
2023-11-20 23:43:52 +01:00
middlingphys
cc07f5cc85
[ie/abematv] Fix season metadata (#8607)
Authored by: middlingphys
2023-11-20 22:39:12 +00:00
coletdjnz
ccfd70f4c2
[rh:websockets] Migrate websockets to networking framework (#7720)
* Adds a basic WebSocket framework
* Introduces new minimum `websockets` version of 12.0
* Deprecates `WebSocketsWrapper`

Fixes https://github.com/yt-dlp/yt-dlp/issues/8439

Authored by: coletdjnz
2023-11-20 08:04:04 +00:00
sepro
45d82be65f
[ie/nebula] Overhaul extractors (#8566)
Closes #4300, Closes #5814, Closes #7588, Closes #6334, Closes #6538
Authored by: elyse0, pukkandan, seproDev

Co-authored-by: Elyse <26639800+elyse0@users.noreply.github.com>
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
2023-11-20 01:03:33 +00:00
Safouane Aarab
3237f8ba29
[ie/allstar] Add extractors (#8274)
Closes #6917
Authored by: S-Aarab
2023-11-20 00:07:19 +00:00
Kyraminol Endyeran
1725e943b0
[ie/vvvvid] Set user-agent to fix extraction (#8615)
Authored by: Kyraminol
2023-11-19 21:30:21 +00:00
c-basalt
9f09bdcfcb
[ie/bilibili] Support courses and interactive videos (#8343)
Closes #6135, Closes #8428
Authored by: c-basalt
2023-11-19 21:26:46 +00:00
Simon Sawicki
f124fa4588
[ci] Concurrency optimizations (#8614)
Authored by: Grub4K
2023-11-19 16:05:13 +01:00
JC-Chung
585d0ed9ab
[ie/twitcasting] Detect livestreams via API and show page (#8601)
Authored by: JC-Chung, bashonly
2023-11-18 22:14:45 +00:00
SirElderling
1fa3f24d4b
[ie/theguardian] Add extractors (#8535)
Closes #8520
Authored by: SirElderling
2023-11-18 21:54:00 +00:00
sepro
ddb2d7588b
[ie] Extract from media elements in SMIL manifests (#8504)
Authored by: seproDev
2023-11-18 21:51:18 +00:00
qbnu
f223b1b078
[ie/vocaroo] Do not use deprecated getheader (#8606)
Authored by: qbnu
2023-11-18 21:49:23 +00:00
Berkay
6fe82491ed
[ie/twitter:broadcast] Extract concurrent_view_count (#8600)
Authored by: sonmezberkay
2023-11-18 21:46:22 +00:00
sepro
34df1c1f60
[ie/vidly] Add extractor (#8612)
Authored by: seproDev
2023-11-18 20:28:25 +00:00
Simon Sawicki
1d24da6c89
[ie/nintendo] Fix Nintendo Direct extraction (#8609)
Authored by: Grub4K
2023-11-18 21:04:42 +01:00
Elan Ruusamäe
66a0127d45
[ie/duoplay] Add extractor (#8542)
Authored by: glensc
2023-11-16 22:46:29 +00:00
Raphaël Droz
3f90813f06
[ie/altcensored] Add extractor (#8291)
Authored by: drzraf
2023-11-16 22:24:12 +00:00
Ha Tien Loi
64de1a4c25
[ie/zingmp3] Add support for radio and podcasts (#7189)
Authored by: hatienl0i261299
2023-11-16 22:08:00 +00:00
sepro
f96ab86cd8
[ie/drtv] Set default ext for m3u8 formats (#8590)
Closes #8589
Authored by: seproDev
2023-11-16 20:46:13 +00:00
bashonly
f4b95acafc
Remove Python 3.7 support (#8361)
Closes #7803
Authored by: bashonly
2023-11-16 18:39:00 +00:00
github-actions[bot]
fe6c82ccff Release 2023.11.16
Created by: bashonly

:ci skip all :ci run dl
2023-11-16 00:01:38 +00:00
bashonly
24f827875c
[build] Make secretstorage an optional dependency (#8585)
Authored by: bashonly
2023-11-15 23:31:32 +00:00
bashonly
15cb3528cb
[ie/abc.net.au:iview:showseries] Fix extraction (#8586)
Closes #8554, Closes #8572
Authored by: bashonly
2023-11-15 23:24:55 +00:00
JC-Chung
2325d03aa7
[ie/twitcasting] Fix livestream detection (#8574)
Authored by: JC-Chung
2023-11-15 23:23:18 +00:00
aarubui
e569c2d1f4
[ie/njpwworld] Remove (#8570)
Authored by: aarubui
2023-11-15 23:21:33 +00:00
TravisDupes
a489f07150
[ie/dailymotion] Improve _VALID_URL (#7692)
Closes #7601
Authored by: TravisDupes
2023-11-15 23:19:34 +00:00
Boris Nagaev
5efe68b73c
[ie/ZenYandex] Fix extraction (#8454)
Closes #8275
Authored by: starius
2023-11-15 23:16:54 +00:00
Awal Garg
b530118e7f
[ie/JioSaavn] Add extractors (#8307)
Authored by: awalgarg
2023-11-15 23:15:06 +00:00
Eze Livinsky
dcfad52812
[ie/eltrecetv] Add extractor (#8216)
Authored by: elivinsky
2023-11-15 23:13:05 +00:00