[common] prefer using mime type over ext for smil subtitle extraction
authorremitamine <remitamine@gmail.com>
Fri, 1 Apr 2016 18:39:02 +0000 (19:39 +0100)
committerremitamine <remitamine@gmail.com>
Fri, 1 Apr 2016 18:47:49 +0000 (19:47 +0100)
commitdf634be2ed85b33968973a3e85935bb5d578ce42
treef73edcdc2b704248f2b66a0b23a17c24b46c1fed
parent6d628fafcadf6b9d2bc16c34c8cda8b53860e406
[common] prefer using mime type over ext for smil subtitle extraction

the subtitle ext for http://www.cnet.com/videos/download-amazon-prime-movies-and-tv/
is adb_xml while using the mime type it get tt(application/smptett+xml)
youtube_dl/extractor/common.py