aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/comments.py
Commit message (Expand)AuthorAgeFilesLines
* Use extract_approx_int for comment likesJames Taylor2021-06-101-2/+3
* minor fixJesús2021-02-261-2/+2
* Update max_replies when there's a continuation for the repliesJames Taylor2021-02-261-6/+15
* Fix comment repliesJames Taylor2021-02-261-39/+30
* strip_non_ascii in comments-author-nameJesús2020-12-301-2/+5
* request_comments: remove obsolete retrying codeJames Taylor2020-12-211-11/+6
* video_comments: print error string in consoleJames Taylor2020-12-211-2/+4
* pep8Jesús2020-12-151-22/+35
* Video comments: replace with error message if there is errorJames Taylor2020-11-291-15/+42
* video comments: add link to open the comments page separatelyJames Taylor2020-11-291-1/+7
* Remove commenting system. Because:James Taylor2020-10-211-22/+3
* yt_data_extract: normalize thumbnail and author urlsJames Taylor2020-10-191-1/+1
* Merge branch 'master' into optional_proxy_imagesJames Taylor2020-10-121-3/+5
|\
| * remove trimming of comment likeszrose5842020-10-111-9/+1
| * add comments.jszrose5842020-10-071-4/+14
* | settings.py: add 'proxy_images'zrose5842020-10-071-2/+2
|/
* Fix failure to parse comments when there's one from deleted channelJames Taylor2020-03-081-12/+23
* Extraction: Rewrite comment extraction, remove author_id and rename author_ch...James Taylor2019-12-191-5/+4
* Extraction: Rewrite item_extraction for better error handling and readability...James Taylor2019-12-181-11/+11
* Extraction: Move comment extraction to yt_data_extractJames Taylor2019-09-191-93/+6
* rename enable_comments amd enable_related_videosJames Taylor2019-08-011-1/+1
* Remove ad-hoc response saving from code, create a debug setting for fetch_urlJames Taylor2019-07-231-3/+1
* Convert comment posting system to flask frameworkJames Taylor2019-07-211-4/+9
* Convert comments to flask frameworkJames Taylor2019-07-191-280/+117
* Fix comment parsing error due to comments from deleted channelsJames Taylor2019-05-091-4/+11
* refactor common.py into 3 filesJames Taylor2019-02-211-29/+30
* Add newline to end of filesJames Taylor2019-01-061-1/+1
* rename env['fields'] to env['parameters'] and rename fields to parameters in ...James Taylor2019-01-061-1/+1
* WSGI for simple non-path GET pagesJames Taylor2019-01-051-3/+4
* Add permalink to comment on timestampJames Taylor2019-01-021-1/+6
* Ability to delete commentsJames Taylor2018-12-311-3/+24
* Rename username to channel_id in more placesJames Taylor2018-12-311-2/+2
* Use channel id to uniquely identify accounts, not usernameJames Taylor2018-12-301-2/+2
* Fix username parameter not being sentJames Taylor2018-12-261-1/+1
* Added account selection to comment boxesJames Taylor2018-12-261-3/+17
* Ability to sort channel videos by oldest and by viewsJames Taylor2018-12-171-3/+3
* Use post/redirect/get method to prevent form resubmission for commentsJames Taylor2018-11-101-1/+1
* comments: fixed regression in previous comments bugfix commitJames Taylor2018-10-181-3/+4
* fix error parsing comments when a comment has all replies in a threadJames Taylor2018-10-161-5/+5
* add support for lc parameterJames Taylor2018-10-011-6/+10
* Display latency/read-time for comment retrievalJames Taylor2018-09-151-6/+4
* single comment retrieval function, remove left-over debug writingJames Taylor2018-09-071-2/+9
* Reorganize comment systemJames Taylor2018-09-011-26/+86
* Return comments by newest after posting top-level commentJames Taylor2018-08-311-3/+9
* Ability to reply to commentsJames Taylor2018-08-311-1/+6
* Fix blank comments causing parsing to failJames Taylor2018-08-301-1/+2
* Display video title & thumbnail on comment pagesJames Taylor2018-08-261-16/+40
* Comments: In title, indicate page number or that page contains repliesJames Taylor2018-08-261-2/+21
* fix extraneous escape in comment usernameJames Taylor2018-08-251-1/+1
* Fix comments not working as result of youtube changesJames Taylor2018-08-241-7/+63