mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-06-25 20:24:47 +00:00
Remove unused variables
This commit is contained in:
parent
3e6b1942f2
commit
ca71702ca9
@ -449,9 +449,6 @@ class ZDFChannelIE(ZDFBaseIE):
|
|||||||
document_id = self._search_regex(
|
document_id = self._search_regex(
|
||||||
r'docId\s*:\s*(["\'])(?P<doc_id>(?:(?!\1).)+)\1', webpage, 'document id', group='doc_id')
|
r'docId\s*:\s*(["\'])(?P<doc_id>(?:(?!\1).)+)\1', webpage, 'document id', group='doc_id')
|
||||||
|
|
||||||
main_video = None
|
|
||||||
playlist_videos = []
|
|
||||||
|
|
||||||
data = self._download_v2_doc(document_id)
|
data = self._download_v2_doc(document_id)
|
||||||
|
|
||||||
main_video = traverse_obj(data, (
|
main_video = traverse_obj(data, (
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user