http://gitunderground.i2p/archive/youtube-dl/src/commit/dcdb292fddc82ae11f4c0b647815a45c88a6b6d5/youtube_dl/extractor/southpark.py
|#|$))' _FEED_URL = 'http://www.southparkstudios.com/feeds/video-player/mrss' _TESTS = [{ 'url' : 'http://southpark.cc.com/clips/104437/bat-daded#tab=featured' , 'info_dict' : { 'id' : 'a7bff6c2-ed00-11e0-aca6-0026b9414f30' , 'ext' : 'mp4' , 'title' : 'South Park|Bat Daded' , 'description' : 'Randy disqualifies South Park by getting into a fight with Bat Dad.' , 'timestamp' : 1112760000 , 'upload_date' : '20050406' , }, }] class SouthParkEsIE ( SouthParkIE ): IE_NAME =...