mirror of https://github.com/yt-dlp/yt-dlp.git
[ie/ARD] Review feedback
Co-authored-by: Simon Sawicki <accounts@grub4k.xyz>
This commit is contained in:
parent
75ff02cf4e
commit
a434c7b7e2
|
@ -614,7 +614,8 @@ class ARDAudiothekIE(InfoExtractor):
|
|||
},
|
||||
}]
|
||||
|
||||
_QUERY_PLAYLIST = '''show(id: "%s") {
|
||||
_QUERY_PLAYLIST = '''\
|
||||
show(id: "%s") {
|
||||
title
|
||||
description
|
||||
items {
|
||||
|
|
Loading…
Reference in New Issue