Commit Graph

2422 Commits (42a44f01c3f3be9c2af7d91807f0eb85168815e4)

Author SHA1 Message Date
Vitaly Khabarov 42a44f01c3
[extractor/Fox] Extract thumbnail ()
Closes 
Authored by: vitkhab
pukkandan 9b9dad119a
[outtmpl] Ensure ASCII in json and add option for Unicode
Closes 
Matthew 6dca2aa66d
[extractor/generic:quoted-html] Add extractor ()
Extracts embeds from escaped HTML within `data-html` attribute.
Related: https://github.com/ytdl-org/youtube-dl/issues/21294, https://github.com/yt-dlp/yt-dlp/pull/5121

Authored by: coletdjnz
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
pukkandan 6678a4f0b3
[extractor/youtube] Fix live_status
Bug in 4d37720a0c
pukkandan d51b2816e3
[extractor/iq] Increase phantomjs timeout
Closes 
lauren 34f00179db
[extractor/cda]: Support login through API ()
Authored by: selfisekai
pukkandan 5225df50cf
[extractor/youtube:tab] Let `approximate_date` return timestamp
pukkandan 94dc8604dd
Do more processing in `--flat-playlist`
Simon Sawicki a71b812f53
[utils] `js_to_json`: Improve escape handling ()
Authored by: Grub4K
sam c6989aa3ae
[extractor/aeon] Add extractor ()
Closes 
Authored by: DoubleCouponDay
pukkandan a79bf78397
[extractor/tnaflix] Fix 09c127ff83
Closes 
sam 82fb2357d9
[extractor/twitter] Add onion site to `_VALID_URL` ()
See 
Authored by: DoubleCouponDay
Simon Sawicki 13b2ae29c2
[extractor/twitter] Support multi-video posts ()
Closes , Closes 
Authored by: Grub4K
Simon Sawicki 36069409ec
[cookies] Improve `LenientSimpleCookie` ()
Closes  
Authored by: Grub4K
pukkandan 0468a3b325
[jsinterp] Improve separating regex
Fixes https://github.com/yt-dlp/yt-dlp/issues/4635#issuecomment-1273974909
pukkandan d509c1f5a3
[utils] `strftime_or_none`: Workaround Python bug on Windows
CLoses 
schnusch 2c98d99818
[extractors/podbayfm] Add extractor ()
Authored by: schnusch
bashonly 226c0f3a54
[extractor/sbs] Improve `_VALID_URL` ()
Closes 
Authored by: bashonly
pukkandan ade1fa70cb
[extractor/generic] Separate embed extraction into own function ()
Matthew 4c9a1a3ba5
[extractor/wordpress:mb.miniAudioPlayer] Add embed extractor ()
Closes https://github.com/yt-dlp/yt-dlp/issues/4994

Authored by: coletdjnz
Simon Sawicki 1d55ebabc9
[extractor/common] Fix `json_ld` type checks ()
Closes , 
Authored by: Grub4K
tkgmomosheep f324fe8c59
[extractor/viu] Support subtitles of on-screen text ()
Authored by: tkgmomosheep
HobbyistDev 866f037344
[extractor/nos.nl] Add extractor ()
Closes 
Authored by: HobbyistDev
Marenga 5d14b73491
[VK] Fix playlist URLs ()
Closes 
Authored by: the-marenga
Teemu Ikonen 540236ce11
[extractor/screen9] Add extractor ()
Authored by: tpikonen
Simon Sawicki 7b0127e1e1
[utils] `traverse_obj`: Allow `re.Match` objects ()
Authored by: Grub4K
Simon Sawicki f99bbfc983
[utils] `traverse_obj`: Always return list when branching ()
Fixes 
Authored by: Grub4K
bashonly 3b55aaac59
[extractor/tubitv] Better DRM detection ()
Closes 
Authored by: bashonly
bashonly 2e565f5bca
[extractor/reddit] Add fallback format ()
Closes 
Authored by: bashonly
Noah e02e6d86db
[embedthumbnail] Fix thumbnail name in mp3 ()
Authored by: How-Bout-No
Matthew 867c66ff97
[extractor/youtube] Extract concurrent view count for livestreams ()
Adds new field `concurrent_view_count`
Closes https://github.com/yt-dlp/yt-dlp/issues/4843

Authored by: coletdjnz
bashonly f03940963e
[extractor/dplay] Add MotorTrendOnDemand extractor ()
Closes 
Authored by: bashonly
Sergey 09c127ff83
[extractor/Tnaflix] Fix for HTTP 500 ()
Closes 
Authored by: SG5
pukkandan aebb4f4ba7
Fix for formats=None
Fixes: https://github.com/yt-dlp/yt-dlp/pull/4965#issuecomment-1267682512
invertico bf2e1ec67a
[extractor/livestreamfails] Support posts ()
Authored by: invertico
pukkandan 1305b659ef
[extractor/detik] Avoid unnecessary extraction
github-actions 57fb88093e [version] update
Created by: pukkandan

:ci skip all :ci run dl
gamer191 304ad45a9b
[cleanup] Misc ()
Authored by: gamer191, pukkandan
coletdjnz 34859e4b32
[extractor/onenewsnz] Add extractor ()
Authored by: coletdjnz
columndeeply 143a2ccab3
[extractor/prankcast] Add extractor ()
Authored by: columndeeply, HobbyistDev
coletdjnz 1e0daeb314
[extractor/24tv.ua] Add extractors ()
Closes 
Authored by: coletdjnz
HobbyistDev 7f5b3cb8b3
[extractor/booyah] Add extractor ()
Closes 
Authored by: HobbyistDev, elyse0
jhwgh1968 c53e5cf59f
[extractor/redgifs] Fix extractor ()
Closes 
Authored by: jhwgh1968
HobbyistDev c7f540ea1e
[extractor/detik] Generalize extractors ()
Authored by: HobbyistDev, coletdjnz
Locke 12f153a827
[extractor/BilibiliSpace] Fix extractor, better error message ()
Closes 
Authored by: lockmatrix
Bobscorn 0d887f273a
[extractor/IsraelNationalNews] Add extractor ()
Closes 
Authored by: Bobscorn
Lesmiscore 4d37720a0c
[extractor/youtube] Download `post_live` videos from start ()
* The fragments are generated as a `LazyList`. So only the required formats are expanded during download, but all fragment lists are printed/written in infojson.
* The m3u8 formats which cannot be downloaded from start are not extracted by default, but can be enabled with an extractor-arg. The extractor-arg `include_live_dash` is renamed to `include_incomplete_formats` to account for this new use-case.

Closes 
Authored by: Lesmiscore, pukkandan
bashonly dd4411aac2
[extractor/nfl] Fix extractor ()
Closes 
Authored by: bashonly
Livia Medeiros 1d77d8ce07
[extractor/holodex] Fix `_VALID_URL` ()
Authored by: LiviaMedeiros
pukkandan a057779d5e
[cleanup] Minor fixes
Closes , Closes