Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Libre
youtube-dl
Commits
48c5663c
Unverified
Commit
48c5663c
authored
Oct 22, 2020
by
Toan Nguyen
Committed by
GitHub
Oct 22, 2020
Browse files
[afreecatv] Fix typo (#26970)
parent
7d740e7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
youtube_dl/extractor/afreecatv.py
View file @
48c5663c
...
...
@@ -275,7 +275,7 @@ class AfreecaTVIE(InfoExtractor):
video_element
=
video_xml
.
findall
(
compat_xpath
(
'./track/video'
))[
-
1
]
if
video_element
is
None
or
video_element
.
text
is
None
:
raise
ExtractorError
(
'Video %s
video
does not exist'
%
video_id
,
expected
=
True
)
'Video %s does not exist'
%
video_id
,
expected
=
True
)
video_url
=
video_element
.
text
.
strip
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment