X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=youtube_dl%2Fextractor%2Fcbsnews.py;h=cabf7e73b981103d074486dd35c5b422d3d770da;hb=eab3c2895c66a8d2f5da181d3ccba35a901b813f;hp=6db66e8869735586674aed0b7bb5c9e73b6e0c34;hpb=f125d9115b262ccead54a31c4e64b0c71ad65721;p=youtube-dl diff --git a/youtube_dl/extractor/cbsnews.py b/youtube_dl/extractor/cbsnews.py index 6db66e886..cabf7e73b 100644 --- a/youtube_dl/extractor/cbsnews.py +++ b/youtube_dl/extractor/cbsnews.py @@ -5,7 +5,6 @@ import re import json from .theplatform import ThePlatformIE -from ..utils import remove_start class CBSNewsIE(ThePlatformIE):