Skip to content

Commit

Permalink
[svt] fix series extraction(closes #22297)
Browse files Browse the repository at this point in the history
  • Loading branch information
remitamine authored and bbepis committed Feb 27, 2020
1 parent 48c31b5 commit 8910102
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions youtube_dl/extractor/svt.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,14 @@
import re

from .common import InfoExtractor
from ..compat import (
compat_parse_qs,
compat_str,
compat_urllib_parse_urlparse,
)
from ..compat import compat_str
from ..utils import (
determine_ext,
dict_get,
int_or_none,
str_or_none,
strip_or_none,
try_get,
urljoin,
)


Expand Down

0 comments on commit 8910102

Please sign in to comment.