index
:
yt-local.git
master
Browser-based client for watching YouTube anonymously without forcing javascript
heckyel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
youtube
/
post_comment.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Convert comment posting system to flask framework
James Taylor
2019-07-21
1
-90
/
+59
|
*
refactor common.py into 3 files
James Taylor
2019-02-21
1
-18
/
+18
|
*
Add newline to end of files
James Taylor
2019-01-06
1
-1
/
+1
|
*
rename env['fields'] to env['parameters'] and rename fields to parameters in ↵
James Taylor
2019-01-06
1
-7
/
+7
|
|
|
|
general
*
WSGI for /post_comment (POST request)
James Taylor
2019-01-05
1
-31
/
+11
|
*
WSGI for /delete_comment (POST request)
James Taylor
2019-01-05
1
-2
/
+9
|
*
WSGI for simple non-path GET pages
James Taylor
2019-01-05
1
-6
/
+8
|
*
Ability to delete comments
James Taylor
2018-12-31
1
-2
/
+39
|
*
Rename username to channel_id in more places
James Taylor
2018-12-31
1
-2
/
+2
|
*
put session_token retrieval code into a function
James Taylor
2018-12-30
1
-11
/
+15
|
*
post_comment: receive cookies given during session token retrieval (fixes ↵
James Taylor
2018-12-26
1
-1
/
+1
|
|
|
|
400 bad request when comment is posted)
*
Fix post_comment function
James Taylor
2018-12-26
1
-3
/
+3
|
*
Added account selection to comment boxes
James Taylor
2018-12-26
1
-0
/
+3
|
*
Rename cookie_jar to cookiejar
James Taylor
2018-12-26
1
-8
/
+8
|
*
Don't use tor when logging in
James Taylor
2018-12-26
1
-17
/
+6
|
*
Use new cookiejar system for comment posting
James Taylor
2018-12-25
1
-12
/
+11
|
*
Reorganized account and commenting functions into different files
James Taylor
2018-12-24
1
-0
/
+195