aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* yt_app.config: use 'TEMPLATES_AUTO_RELOAD'zrose5842020-10-071-0/+1
|
* Jump video to timestamp in description or commentsJames Taylor2020-09-181-0/+17
|
* Adjust 429 error message. A Tor Browser restart is not required.James Taylor2020-02-011-2/+2
| | | | The New Identity button suffices to get the socks proxy to use a new exit node.
* Give a proper error message for 429 errorsJames Taylor2020-01-311-0/+12
| | | | | | These occur when too many requests are coming from a Tor exit node. Before, there would be an error page with an exception instructing users to report the issue. But this is an expected and persistent issue.
* Add custom 500 error page. Display the traceback. Center and format error ↵James Taylor2019-12-201-0/+5
| | | | | | page in general. Also add a link to github for reporting the exception.
* Extraction: Rewrite item_extraction for better error handling and ↵James Taylor2019-12-181-0/+7
| | | | readability, rename extracted names for more consistency
* Settings: Fix circular dependency for settings_pageJames Taylor2019-09-061-0/+3
|
* Layout: Add themesJames Taylor2019-08-251-0/+15
|
* Layout: Add links to homepageJames Taylor2019-08-241-1/+1
|
* Add homepage routeJames Taylor2019-07-221-0/+4
|
* Convert channel page to flask frameworkJames Taylor2019-07-061-1/+2
|
* Convert watch page to flask frameworkJames Taylor2019-06-161-0/+2