haruhi-dl/youtube_dl
rrooij ce5879fa14 [Gamekings] Fix viewing of old videos
Some old videos that aren't on Vimeo are being uploaded to YouTube under the
'Gamekings Vault' channel. They use YouTube now for some videos as video
hosting instead of Vimeo or their own hosting. The first test failed to
succeed under the existing code, but works now by using the YouTube
extractor.

The Regex is changed to find the new gogoVideo JavaScript line with the
YouTube embed. Checking if there is a YouTube embed is done by a String
find, which is probably not the best method of checking this.
2016-01-31 00:20:46 +01:00
..
downloader [downloader/f4m] Do not update fragment list while test 2016-01-30 19:43:25 +06:00
extractor [Gamekings] Fix viewing of old videos 2016-01-31 00:20:46 +01:00
postprocessor [FFmpegPostProcessor] Default of prefer ffmpeg 2015-12-09 20:56:00 -03:00
__init__.py Add --hls-use-mpegts option 2016-01-30 12:26:40 +01:00
__main__.py Use insert for all sys.path manipulations 2015-09-26 22:04:41 +02:00
aes.py [aes] Fix for python 3.2 2015-05-22 00:06:10 +06:00
cache.py [cache] Fix writing to paths with unicode characters 2014-11-19 00:02:24 +01:00
compat.py [compat] Clarify the versions requiring compat_kwargs 2016-01-16 22:17:31 +08:00
jsinterp.py [jsinterp] Extend function regex (Closes #7900, closes #7901) 2015-12-18 18:57:49 +06:00
options.py [options] Add missing closing parenthesis 2016-01-30 18:44:22 +06:00
swfinterp.py Fix typos 2016-01-10 17:24:28 +01:00
update.py [update] fix (unexploitable) BB'06 vulnerability in rsa_verify 2016-01-21 20:12:17 +00:00
utils.py [utils] Reorder items in mimetype2ext alphabetically 2016-01-25 01:01:15 +08:00
version.py release 2016.01.29 2016-01-29 12:20:08 +01:00
YoutubeDL.py Add --hls-use-mpegts option 2016-01-30 12:26:40 +01:00