haruhi-dl/youtube_dl
Jaime Marquínez Ferrándiz 843530568f [appletrailers] Rework extraction (fixes #1387)
The exraction was broken:
* The includes page contains img elements that need to be fixed.
* Use the 'itunes.inc' page, it contains a json dictionary for each trailer with information.
* Get the formats from 'includes/settings{trailer_name}.json'
* Use urljoin to allow urls with a fragment identifier to work

Removed the thumbnail urls from the tests, they are different now.
2013-09-29 20:49:58 +02:00
..
extractor [appletrailers] Rework extraction (fixes #1387) 2013-09-29 20:49:58 +02:00
__init__.py [update] Look for .exe extension on Windows (Fixes #745) 2013-09-29 14:37:00 +02:00
__main__.py Resolve the symlink if __main__.py is invoke as a symlink. 2013-04-11 08:02:17 +03:00
aes.py Let aes_decrypt_text return bytes instead of unicode 2013-08-28 16:03:35 +02:00
FileDownloader.py If the file is already downloaded include the size in the progress hook 2013-09-22 23:39:30 +02:00
InfoExtractors.py Remove mentions of old InfoExtractors module 2013-06-23 22:42:59 +02:00
PostProcessor.py Don't embed subtitles if the list is empty or the field is not set (fixes #1510) 2013-09-27 08:08:43 +02:00
update.py [update] Prevent cmd window popup on Windows (Fixes #1478) 2013-09-29 14:37:06 +02:00
utils.py Restore accidentally deleted commits 2013-09-21 14:40:35 +02:00
version.py release 2013.09.29 2013-09-29 14:38:37 +02:00
YoutubeDL.py Don't fail if the video thumbnail couldn't be downloaded (fixes #1516) 2013-09-27 14:19:19 +02:00