You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
youtube-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.
9 years ago
..
downloader [downloader/f4m] Do not update fragment list while test 9 years ago
extractor [Gamekings] Fix viewing of old videos 9 years ago
postprocessor [FFmpegPostProcessor] Default of prefer ffmpeg 9 years ago
YoutubeDL.py Add --hls-use-mpegts option 9 years ago
__init__.py Add --hls-use-mpegts option 9 years ago
__main__.py Use `insert` for all sys.path manipulations 9 years ago
aes.py
cache.py
compat.py [compat] Clarify the versions requiring compat_kwargs 9 years ago
jsinterp.py [jsinterp] Extend function regex (Closes #7900, closes #7901) 9 years ago
options.py [options] Add missing closing parenthesis 9 years ago
swfinterp.py Fix typos 9 years ago
update.py [update] fix (unexploitable) BB'06 vulnerability in rsa_verify 9 years ago
utils.py [utils] Reorder items in mimetype2ext alphabetically 9 years ago
version.py release 2016.01.29 9 years ago