diff options
| -rw-r--r-- | youtube_dl/extractor/sbs.py | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/youtube_dl/extractor/sbs.py b/youtube_dl/extractor/sbs.py index 3073e5e86..d4bd1a0d7 100644 --- a/youtube_dl/extractor/sbs.py +++ b/youtube_dl/extractor/sbs.py @@ -1,7 +1,6 @@  # -*- coding: utf-8 -*-  from __future__ import unicode_literals -import json  import re  from .common import InfoExtractor  from ..utils import ( | 
