Browse Source

[cbsnews] Remove unused import

Sergey M․ 9 years ago
parent
commit
ed7cd1e859
1 changed files with 0 additions and 1 deletions
  1. 0 1
      youtube_dl/extractor/cbsnews.py

+ 0 - 1
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):