aboutsummaryrefslogtreecommitdiffstats
path: root/youtube
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Added account selection to comment boxesJames Taylor2018-12-264-7/+41
* Make accounts.txt more human-readableJames Taylor2018-12-261-3/+3
* If specified, save account to disk after adding itJames Taylor2018-12-261-6/+9
* Rename cookie_jar to cookiejarJames Taylor2018-12-263-27/+27
* fetch_url: Fix cookies not being sent after redirectsJames Taylor2018-12-261-7/+28
* Don't use tor when logging inJames Taylor2018-12-264-24/+28
* Server-side http logic for adding accountJames Taylor2018-12-262-1/+15
* _login: Add youtube-dl standard headers to requestsJames Taylor2018-12-261-4/+17
* fetch_url: fix cookie sending/receiving not workingJames Taylor2018-12-261-2/+2
* Added account login pageJames Taylor2018-12-252-2/+59
* Use new cookiejar system for comment postingJames Taylor2018-12-252-12/+14
* Function to produce LWPCookieJar from lwp stringJames Taylor2018-12-251-1/+7
* Accounts: use dictionary based on username instead of listJames Taylor2018-12-241-5/+4
* add_account functionJames Taylor2018-12-241-0/+10
* Reorganized account and commenting functions into different filesJames Taylor2018-12-243-190/+6
* Loading/saving of accountsJames Taylor2018-12-241-1/+12
* Initial port of _login methodJames Taylor2018-12-241-69/+132
* Added cookie-handling ability to fetch_urlJames Taylor2018-12-241-1/+14
* common: support for POST data in fetch_urlJames Taylor2018-12-231-11/+10
* Properly handle case of non-existent channel tabJames Taylor2018-12-211-3/+3
* Properly handle terminated channel on channel's playlist and about pageJames Taylor2018-12-211-22/+27
* Fix error when user page has no videosJames Taylor2018-12-211-27/+26
* Correctly handle case where video ID is too shortJames Taylor2018-12-201-0/+4
* Correctly handle case where channel doesn't existJames Taylor2018-12-201-0/+6
* Correctly handle case where channel was terminatedJames Taylor2018-12-201-3/+15
* Ability to sort playlists on channelJames Taylor2018-12-191-17/+24
* Fixed regression: error on channel playlists/search pageJames Taylor2018-12-191-0/+2
* Ability to sort channel videos by oldest and by viewsJames Taylor2018-12-175-16/+29
* Put default language subtitles at end of list to work around browser bug when...James Taylor2018-12-161-3/+8
* Support for custom channel urlsJames Taylor2018-12-162-13/+22
* post/redirect/get for removing items from playlistJames Taylor2018-11-101-3/+2
* Use post/redirect/get method to prevent form resubmission for commentsJames Taylor2018-11-104-11/+396
* Can now store settings&data in ~/.youtube-local, keeping program files separateJames Taylor2018-11-104-5/+11
* channel about page: remove /redirect in linksJames Taylor2018-11-081-1/+6
* Server-side handling of local playlist thumbnails (forgot to include in last ...James Taylor2018-11-051-0/+5
* Local playlists: save video thumbnails locallyJames Taylor2018-10-311-3/+56
* Search plugin: use same port number that server is running onJames Taylor2018-10-302-2/+11