From 6961c2a4d9981c4df6e67258e4be9da1ba6e34c9 Mon Sep 17 00:00:00 2001 From: renu Date: Wed, 22 Jan 2014 11:07:19 +0530 Subject: [PATCH] only required changes --- .gitignore | 1 - youtube_dl/extractor/common.py | 1 - 2 files changed, 2 deletions(-) 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,