projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7aa0ee3
)
[fox] remove unused import
author
Remita Amine
<remitamine@gmail.com>
Sat, 25 Mar 2017 13:28:53 +0000
(14:28 +0100)
committer
Remita Amine
<remitamine@gmail.com>
Sat, 25 Mar 2017 13:28:53 +0000
(14:28 +0100)
youtube_dl/extractor/fox.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/fox.py
b/youtube_dl/extractor/fox.py
index cc5d62ebc14fa32cca3f95f7f0971614cdc287e7..159fdf9c476df24e15c2f02fcce513922acf85ca 100644
(file)
--- a/
youtube_dl/extractor/fox.py
+++ b/
youtube_dl/extractor/fox.py
@@
-3,7
+3,6
@@
from __future__ import unicode_literals
from .adobepass import AdobePassIE
from ..utils import (
- int_or_none,
smuggle_url,
update_url_query,
)