aboutsummaryrefslogtreecommitdiffstats
path: root/youtube
Commit message (Expand)AuthorAgeFilesLines
...
* | Use a single cursor for db operations when possible instead of reopening mult...James Taylor2019-06-101-88/+80
* | Group by tags feature and improve appearance of sub list itemsJames Taylor2019-06-101-16/+85
* | Support opml for subscriptions importJames Taylor2019-06-091-1/+21
* | simplify list_from_comma_separated_tagsJames Taylor2019-06-091-15/+1
* | Overhaul refresh system, make it asynchronousJames Taylor2019-06-092-27/+171
* | Don't spam database with opening and closing when getting tags for many channelsJames Taylor2019-06-081-15/+15
* | Reduce boilerplate in db functions with context managersJames Taylor2019-06-081-133/+70
* | Add subscription manager systemJames Taylor2019-06-073-14/+334
* | Make thumbnails work and other stuffJames Taylor2019-06-054-39/+78
* | Ensure videos in subscriptions from same channel in orderJames Taylor2019-06-031-2/+2
* | Remove feed parsing for now since youtube doesn't honor If-Modified-Since headerJames Taylor2019-06-031-67/+4
* | Bring up to date with masterJames Taylor2019-06-0214-533/+612
|\|
| * 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
* | basic subscriptions systemJames Taylor2019-02-163-13/+64
* | subscriptions pageJames Taylor2019-02-162-5/+36
* | subscriptions: store video duration in databaseJames Taylor2019-02-161-1/+2
* | subscriptions: Basic new videos checking function for channelJames Taylor2019-02-161-1/+102
* | subscriptions: basic database codeJames Taylor2019-02-161-12/+70
|/
* 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
* 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
* post_comment: receive cookies given during session token retrieval (fixes 400...James Taylor2018-12-261-1/+1
* Fix post_comment functionJames Taylor2018-12-261-3/+3
* Fix username parameter not being sentJames Taylor2018-12-261-1/+1
* Fix cookiejar_from_lwp functionJames Taylor2018-12-261-1/+2