Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F24855769
D4002.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
588 B
Referenced Files
None
Subscribers
None
D4002.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 15, 11:06 (22 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3530395
Default Alt Text
D4002.diff (588 B)
Attached To
Mode
D4002: Avoid timeout extracting info from video playlist
Attached
Detach File
Event Timeline
Log In to Comment