Przeglądaj źródła

[afreecatv] Fix typo (#26970)

master
Toan Nguyen GitHub 3 lat temu
rodzic
commit
48c5663c5f
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      youtube_dl/extractor/afreecatv.py

+ 1
- 1
youtube_dl/extractor/afreecatv.py Wyświetl plik

@@ -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()



Ładowanie…
Anuluj
Zapisz