Skip to content

Commit

Permalink
Revert "[spankbang] Fix extraction (closes #21763, closes #21764)"
Browse files Browse the repository at this point in the history
This reverts commit 4042449.
  • Loading branch information
Lamieur committed Apr 20, 2020
1 parent df03366 commit 6ceb9ba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions youtube_dl/extractor/spankbang.py
Expand Up @@ -106,8 +106,6 @@ def extract_format(format_id, format_url):

for format_id, format_url in stream.items():
if format_id.startswith(STREAM_URL_PREFIX):
if format_url and isinstance(format_url, list):
format_url = format_url[0]
extract_format(
format_id[len(STREAM_URL_PREFIX):], format_url)

Expand Down

0 comments on commit 6ceb9ba

Please sign in to comment.