diff --git a/.gitignore b/.gitignore index bd7d11f26..37b2fa8d3 100644 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,3 @@ updates_key.pem *.part test/testdata .tox -/.idea diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py index 0c397fa71..eaf2140aa 100644 --- a/youtube_dl/extractor/common.py +++ b/youtube_dl/extractor/common.py @@ -316,7 +316,6 @@ class InfoExtractor(object): @staticmethod def video_result(video_url=None, video_id=None, uploader=None, video_title=None): """Returns a url that points to a page that should be processed""" - #TODO: ie should be the class used for getting the info video_info = {'_type': 'video', 'url': video_url, 'id': video_id,