index
:
hypervideo-pre.git
master
Pre-build of hypervideo
heckyel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
youtube_dl
/
extractor
/
vk.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use urlencode_postdata across the codebase
Sergey M․
2016-03-26
1
-5
/
+3
*
[compat] Add compat_urllib_parse_urlencode and eliminate encode_dict
Sergey M․
2016-03-26
1
-2
/
+2
*
update tests related to the change in youtube http format sorting
remitamine
2016-03-05
1
-2
/
+2
*
[vk] Extract video URL from extra_data (Closes #8646)
Sergey M․
2016-02-23
1
-6
/
+25
*
[vk] Improve rutube embeds detection (Closes #8461)
Sergey M․
2016-02-08
1
-1
/
+1
*
[vk:uservideos] Improve _VALID_URL (Closes #8389)
Sergey M․
2016-02-02
1
-1
/
+4
*
[vk] Add test for pladform embed
Sergey M․
2015-12-07
1
-0
/
+5
*
[vk] Remove unnecessary message
Sergey M․
2015-12-07
1
-1
/
+0
*
[vk] Add support for pladform embeds (Closes #7780)
Sergey M․
2015-12-07
1
-0
/
+5
*
Switch codebase to use sanitized_Request instead of
Sergey M?
2015-11-23
1
-2
/
+2
*
[vk] Fix view count extraction (Closes #7353)
Sergey M․
2015-11-04
1
-3
/
+7
*
[vk] Detect vimeo embeds (Closes #7021)
Sergey M․
2015-09-30
1
-0
/
+5
*
[vk] Add age restricted video test for reference
Sergey M․
2015-07-18
1
-0
/
+5
*
[vk] Capture error message
Sergey M․
2015-07-18
1
-0
/
+6
*
[vk:uservideos] Revert orderedSet
Sergey M․
2015-07-18
1
-1
/
+1
*
[vk] Clarify extractor names
Sergey M․
2015-07-18
1
-3
/
+4
*
[vk:uservideos] Improve extraction
Sergey M․
2015-07-18
1
-9
/
+18
*
[extractor/common] Improve _form_hidden_inputs and rename to _hidden_inputs
Sergey M․
2015-07-14
1
-1
/
+1
*
[vk] Handle access denied error
Sergey M․
2015-07-11
1
-0
/
+3
*
[vk] Add list id to info_url
Sergey M․
2015-07-11
1
-1
/
+21
*
[vk] Use `_form_hidden_inputs` when logging in
Sergey M․
2015-07-10
1
-3
/
+1
*
[vk] Add test for youtube embed
Sergey M․
2015-07-08
1
-1
/
+16
*
[vk] Fix youtube extraction
Sergey M․
2015-07-08
1
-4
/
+5
*
[vk] Extend _VALID_URL to handle biqle.ru (Closes #6179)
Sergey M․
2015-07-08
1
-1
/
+16
*
[vk] Catch ownership confirmation request
Sergey M․
2015-07-07
1
-0
/
+5
*
[vk] Fix extraction (Closes #6153)
Sergey M․
2015-07-07
1
-1
/
+1
*
[vk] Fix authentication (Closes #6105)
Sergey M․
2015-06-27
1
-9
/
+16
*
[vk] Extract view count
Sergey M․
2015-06-15
1
-2
/
+13
*
[vk] Fix upload date extraction
Sergey M․
2015-06-15
1
-1
/
+1
*
[vk] Fix extraction (Closes #5987)
Sergey M․
2015-06-15
1
-3
/
+3
*
[vk] Fix authentication for non-ASCII login/password
Sergey M․
2015-06-13
1
-2
/
+2
*
[vk] Fix test (Closes #5100)
Sergey M․
2015-03-02
1
-1
/
+1
*
[vk] Fix extraction (Closes #4967, closes #4686)
Sergey M․
2015-03-01
1
-1
/
+1
*
[vk] Catch temporarily unavailable video error message
Sergey M․
2015-03-01
1
-1
/
+4
*
[vk] Amend playlist test
Philipp Hagemeister
2015-02-18
1
-0
/
+3
*
[vk] Remove debug assert statement (fixes #4672, fixes #4514)
Jaime Marquínez Ferrándiz
2015-01-09
1
-1
/
+0
*
[vk] Add support for rutube embeds (Fixes #4514)
Philipp Hagemeister
2015-01-04
1
-0
/
+9
*
Fix imports and general cleanup
Philipp Hagemeister
2014-12-13
1
-4
/
+7
*
[vk] PEP8
Philipp Hagemeister
2014-11-23
1
-5
/
+7
*
PEP8: applied even more rules
Jouke Waleson
2014-11-23
1
-2
/
+2
*
[vk] Some PEP8 love
Philipp Hagemeister
2014-11-23
1
-3
/
+6
*
[vk] Clarify test
Philipp Hagemeister
2014-11-23
1
-15
/
+5
*
[vk.com] Added newline at the end of the file.
Will Sewell
2014-11-21
1
-1
/
+1
*
[vk.com] Removed redundant log message -- this information is already being l...
Will Sewell
2014-11-21
1
-3
/
+0
*
[vk.com] Simplified the page_id acquisition by using the id matched in the UR...
Will Sewell
2014-11-21
1
-7
/
+1
*
[vk.com] Updated the extract_videos_from_page function with a much simpler 1-...
Will Sewell
2014-11-21
1
-9
/
+3
*
[vk.com] Updated the _VALID_URL regex for the playlist IE. Removed optional m...
Will Sewell
2014-11-21
1
-1
/
+1
*
[vk.com] Updated the description to include vk.com.
Will Sewell
2014-11-21
1
-1
/
+1
*
[vk.com] Updated a test video that has been removed, and added a comment for ...
Will Sewell
2014-11-21
1
-6
/
+14
*
[vk.com] Added upload_date variable to the test cases that still work.
Will Sewell
2014-11-21
1
-0
/
+4
[next]