aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/vlive.py
AgeCommit message (Collapse)Author
2016-03-26[compat] Add compat_urllib_parse_urlencode and eliminate encode_dictSergey M․
encode_dict functionality has been improved and moved directly into compat_urllib_parse_urlencode All occurrences of compat_urllib_parse.urlencode throughout the codebase have been replaced by compat_urllib_parse_urlencode Closes #8974
2016-03-20[vlive] Fix creator extraction (closes #8814)Yen Chi Hsuan
2016-02-07[vlive] Improve and extract more metadata (Closes #8446)Sergey M․
2016-02-07[vlive] Updated to new V App/VLive api.Erwin de Haan
More robust with getting keys and ids from website.
2015-09-05[vlive] PEP8Yen Chi Hsuan
2015-09-01[vlive] Add info about www. to m. redirects for mobileping
2015-08-31[vlive] Fixes for reviewping
2015-08-24[vlive] Remove upload_date extraction & cleanupping
2015-08-20[vlive] New extractor for vlive.tvping