aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/moevideo.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl/extractor/moevideo.py')
-rw-r--r--youtube_dl/extractor/moevideo.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/youtube_dl/extractor/moevideo.py b/youtube_dl/extractor/moevideo.py
index 2ff79b9b8..184f9c2c9 100644
--- a/youtube_dl/extractor/moevideo.py
+++ b/youtube_dl/extractor/moevideo.py
@@ -5,10 +5,12 @@ import json
import re
from .common import InfoExtractor
-from ..utils import (
- ExtractorError,
+from ..compat import (
compat_urllib_parse,
compat_urllib_request,
+)
+from ..utils import (
+ ExtractorError,
int_or_none,
)