http://gitunderground.i2p/archive/youtube-dl/src/branch/master/youtube_dl/extractor/fourtube.py
P<id>\d+)' _URL_TEMPLATE = 'https://www.porntube.com/videos/video_ %s ' _TKN_HOST = 'tkn.porntube.com' _TESTS = [{ 'url' : 'https://www.porntube.com/videos/teen-couple-doing-anal_7089759' , 'info_dict' : { 'id' : '7089759' , 'ext' : 'mp4' , 'title' : 'Teen couple doing anal' , 'uploader' : 'Alexy' , 'uploader_id' : '91488' , 'upload_date' : '20150606' , 'timestamp' : 1433595647 , 'duration' : 5052 , 'view_count' : int , 'like_count' : int , 'age_limit' : 18 , }, 'params' :...