Page MenuHomeDevCentral

D4002.diff
No OneTemporary

D4002.diff

diff --git a/Daeghrefn/Channel.tcl b/Daeghrefn/Channel.tcl
--- a/Daeghrefn/Channel.tcl
+++ b/Daeghrefn/Channel.tcl
@@ -21,6 +21,10 @@
#Gets video title
proc url:getvideotitle {url} {
+ # Ignore any query string arguments after the first
+ # Mitigate timeout issue when video extractor is called on a playlist
+ set url [lindex [split $url &] 0]
+
set title ""
catch {
set title [exec -- yt-dlp --no-warnings --remote-components ejs:npm -e --extractor-args "youtube:player_client=web" --extractor-args "youtube:visitor_data=[registry get video.youtube.visitor_data.tcl]" $url]

File Metadata

Mime Type
text/plain
Expires
Sun, Mar 15, 04:48 (17 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3530395
Default Alt Text
D4002.diff (588 B)

Event Timeline