projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30374f4
)
[itv] Sort imports
author
Sergey M․
<dstftw@gmail.com>
Thu, 21 Jun 2018 16:12:40 +0000
(23:12 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Thu, 21 Jun 2018 16:12:40 +0000
(23:12 +0700)
youtube_dl/extractor/itv.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/itv.py
b/youtube_dl/extractor/itv.py
index 40cffed465458e90021dfd87604e9e3eabe98f47..d05a7b68dc2179741dffc46313b14774f03254a1 100644
(file)
--- a/
youtube_dl/extractor/itv.py
+++ b/
youtube_dl/extractor/itv.py
@@
-13,16
+13,16
@@
from ..compat import (
compat_etree_register_namespace,
)
from ..utils import (
+ determine_ext,
+ ExtractorError,
extract_attributes,
- xpath_with_ns,
- xpath_element,
- xpath_text,
int_or_none,
merge_dicts,
parse_duration,
smuggle_url,
- ExtractorError,
- determine_ext,
+ xpath_with_ns,
+ xpath_element,
+ xpath_text,
)