aboutsummaryrefslogtreecommitdiffstats
path: root/youtube
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Add flask Firefox search engine routeJames Taylor2019-07-211-1/+7
| | |
* | | Convert captioning to flaskJames Taylor2019-07-211-0/+11
| | |
* | | Delete obsolete filesJames Taylor2019-07-214-405/+2
| | |
* | | Convert comment posting system to flask frameworkJames Taylor2019-07-216-111/+148
| | |
* | | Convert login to flask framework and fix the login, and fix account displayJames Taylor2019-07-213-85/+79
| | |
* | | Convert comments to flask frameworkJames Taylor2019-07-195-285/+254
| | |
* | | watch.py regression: fix error pageJames Taylor2019-07-071-1/+1
| | |
* | | common_elements.html: Accept missing channel description as blankJames Taylor2019-07-071-1/+1
| | |
* | | watch_page: refactor music list into flask templateJames Taylor2019-07-072-41/+33
| | |
* | | Convert local_playlist to flask frameworkJames Taylor2019-07-063-58/+121
| | |
* | | Fix medium playlist items displaying incorrectlyJames Taylor2019-07-061-1/+1
| | |
* | | Convert channel page to flask frameworkJames Taylor2019-07-065-314/+363
| | |
* | | common_elements.html: accept missing description as blankJames Taylor2019-07-041-1/+1
| | |
* | | Convert playlist page to flask frameworkJames Taylor2019-07-043-34/+136
| | |
* | | Search: fix corrections not workingJames Taylor2019-06-211-2/+2
| | |
* | | Fix get_subtitle_sources functionJames Taylor2019-06-211-1/+1
| | |
* | | Refactor watch page related videos to use item rendering macroJames Taylor2019-06-212-12/+20
| | |
* | | Refactor search pageJames Taylor2019-06-216-85/+363
| | |
* | | watch: Fix error pageJames Taylor2019-06-171-2/+2
| | |
* | | Inherit from base templateJames Taylor2019-06-175-152/+128
| | |
* | | Convert watch page to flask frameworkJames Taylor2019-06-168-396/+408
| |/ |/|
* | Fix comment parsing error due to comments from deleted channelsJames Taylor2019-05-091-4/+11
| |
* | Fix error with channel searches with non-ascii charactersJames Taylor2019-03-251-1/+1
| |
* | html_common: remove x_item_html functionsJames Taylor2019-02-262-52/+6
| |
* | prevent urllib3 from decoding contentJames Taylor2019-02-261-1/+1
| |
* | Use persistent connectionsJames Taylor2019-02-251-11/+87
| |
* | refactor common.py into 3 filesJames Taylor2019-02-2112-479/+520
| |
* | playlist: fix error when there's no descriptionJames Taylor2019-02-161-3/+4
|/
* fetch_url: Ensure urllib never leaks python versionJames Taylor2019-02-161-1/+6
|
* channel: Don't completely fail if can't retrieve # of vidsJames Taylor2019-02-161-1/+10
|
* Use pbj format for playlist requests, ajax deprecatedJames Taylor2019-02-073-18/+32
|
* Content-Type: text/vtt for subtitlesJames Taylor2019-01-121-1/+1
|
* Content-type: text/plain for errors or status messagesJames Taylor2019-01-065-12/+12
|
* accounts: write newline at end of file when saving accountsJames Taylor2019-01-061-1/+1
|
* Add newline to end of filesJames Taylor2019-01-0612-12/+12
|
* rename env['fields'] to env['parameters'] and rename fields to parameters in ↵James Taylor2019-01-069-39/+38
| | | | general
* WSGI for GET and POST requests with path dataJames Taylor2019-01-063-58/+66
|
* WSGI for /post_comment (POST request)James Taylor2019-01-052-44/+13
|
* WSGI for /delete_comment (POST request)James Taylor2019-01-052-10/+10
|
* WSGI for logging in (POST request)James Taylor2019-01-052-30/+30
|
* WSGI for /edit_playlistJames Taylor2019-01-052-10/+25
|
* WSGI for simple non-path GET pagesJames Taylor2019-01-056-53/+42
|
* WSGI for searchJames Taylor2019-01-042-25/+38
|
* Add permalink to comment on timestampJames Taylor2019-01-022-2/+8
|
* Ability to delete commentsJames Taylor2018-12-314-7/+88
|
* Rename username to channel_id in more placesJames Taylor2018-12-312-4/+4
|
* put session_token retrieval code into a functionJames Taylor2018-12-301-11/+15
|
* Use channel id to uniquely identify accounts, not usernameJames Taylor2018-12-302-9/+11
|
* Save channel id when adding accountJames Taylor2018-12-301-4/+15
|
* Option to use tor when logging inJames Taylor2018-12-302-7/+27
|