aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/watch.py
Commit message (Collapse)AuthorAgeFilesLines
* Layout: Add option to use 720p resolutionJames Taylor2019-08-241-2/+12
|
* Layout: Add theater modeJames Taylor2019-08-241-0/+2
|
* Layout: refactor item system to be more maintainable, add vertical item typeJames Taylor2019-08-231-2/+0
|
* rename enable_comments amd enable_related_videosJames Taylor2019-08-011-1/+1
|
* Convert captioning to flaskJames Taylor2019-07-211-0/+11
|
* Delete obsolete filesJames Taylor2019-07-211-1/+1
|
* Convert comments to flask frameworkJames Taylor2019-07-191-4/+2
|
* watch.py regression: fix error pageJames Taylor2019-07-071-1/+1
|
* watch_page: refactor music list into flask templateJames Taylor2019-07-071-39/+14
|
* Fix get_subtitle_sources functionJames Taylor2019-06-211-1/+1
|
* Refactor watch page related videos to use item rendering macroJames Taylor2019-06-211-11/+16
|
* watch: Fix error pageJames Taylor2019-06-171-2/+2
|
* Inherit from base templateJames Taylor2019-06-171-3/+2
|
* Convert watch page to flask frameworkJames Taylor2019-06-161-291/+167
|
* html_common: remove x_item_html functionsJames Taylor2019-02-261-2/+6
|
* refactor common.py into 3 filesJames Taylor2019-02-211-13/+13
|
* Content-type: text/plain for errors or status messagesJames Taylor2019-01-061-1/+1
|
* 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-2/+2
| | | | general
* WSGI for simple non-path GET pagesJames Taylor2019-01-051-8/+13
|
* Don't use tor when logging inJames Taylor2018-12-261-1/+5
|
* Ability to sort channel videos by oldest and by viewsJames Taylor2018-12-171-3/+0
|
* Put default language subtitles at end of list to work around browser bug ↵James Taylor2018-12-161-3/+8
| | | | when too many languages present
* Can now store settings&data in ~/.youtube-local, keeping program files separateJames Taylor2018-11-101-1/+2
|
* add support for lc parameterJames Taylor2018-10-011-2/+4
|
* Reorganize comment systemJames Taylor2018-09-011-9/+4
|
* remove unused codeJames Taylor2018-08-311-78/+0
|
* default disable googlevideo domain debuggingJames Taylor2018-08-311-6/+6
|
* Ability to reply to commentsJames Taylor2018-08-311-0/+4
|
* Ability to post comments (not reply yet)James Taylor2018-08-291-1/+6
|
* Indicate if video is unlistedJames Taylor2018-08-141-0/+1
|
* music list: don't include album column if no tracks use itJames Taylor2018-08-091-6/+19
|
* list music used in video if availableJames Taylor2018-08-061-0/+30
|
* specify youtube error instead of just 500James Taylor2018-07-201-1/+17
|
* Support for downloading video in all available formatsJames Taylor2018-07-161-14/+34
|
* fix error with limited state videosJames Taylor2018-07-151-3/+3
|
* add settings for enabling/disabling comments, comment avatars, & related vidsJames Taylor2018-07-131-1/+4
|
* language settings and default-mode settings for subtitlesJames Taylor2018-07-131-6/+7
|
* add subtitles supportJames Taylor2018-07-101-3/+38
|
* add checkbox for adding video on watch page to playlistJames Taylor2018-07-091-16/+21
|
* front-end support for adding to playlistsJames Taylor2018-07-081-0/+1
|
* fix line endingsJames Taylor2018-07-021-293/+293
|
* initial commitJames Taylor2018-06-301-0/+294