1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-11-28 09:30:57 +01:00

[cbsnews] Remove unused import

This commit is contained in:
Sergey M․ 2016-01-28 00:42:04 +06:00
parent f125d9115b
commit ed7cd1e859

View File

@ -5,7 +5,6 @@ import re
import json
from .theplatform import ThePlatformIE
from ..utils import remove_start
class CBSNewsIE(ThePlatformIE):