Browse Source

Merge remote-tracking branch 'fstirlitz/master'

Philipp Hagemeister 10 years ago
parent
commit
d5524947b5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      youtube_dl/extractor/comcarcoff.py

+ 1 - 0
youtube_dl/extractor/comcarcoff.py

@@ -53,4 +53,5 @@ class ComCarCoffIE(InfoExtractor):
             'timestamp': parse_iso8601(video_data.get('pubDate')),
             'thumbnails': thumbnails,
             'formats': formats,
+            'webpage_url': 'http://comediansincarsgettingcoffee.com/%s' % (video_data.get('urlSlug', video_data.get('slug'))),
         }