Merge remote-tracking branch 'fstirlitz/master'
authorPhilipp Hagemeister <phihag@phihag.de>
Sat, 13 Dec 2014 22:05:41 +0000 (23:05 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Sat, 13 Dec 2014 22:05:41 +0000 (23:05 +0100)
1  2 
youtube_dl/extractor/comcarcoff.py

index a2211ee4495eabdc3cc8bada7b4197c84544a0ff,b62be56da57158272c3b3f40454b412e49b19aa7..9c25b2223184ad1258b399b154aa821954581350
@@@ -1,6 -1,4 +1,6 @@@
  # encoding: utf-8
 +from __future__ import unicode_literals
 +
  import json
  
  from .common import InfoExtractor
@@@ -53,4 -51,5 +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'))),
          }