aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/yt_data_extract
Commit message (Expand)AuthorAgeFilesLines
* Fix comment reply url extraction due to youtube changes0.1.0James Taylor2021-08-231-3/+7
* Fix comments extraction due to new response continuation key nameJames Taylor2021-08-231-2/+6
* Fix description extraction in search resultsJames Taylor2021-08-091-1/+5
* Fix (dis)like, music list extraction due to YouTube changes (again)James Taylor2021-08-092-9/+56
* Switch to new comments api now that old one is being disabledJames Taylor2021-08-092-11/+34
* New age restriction bypass method since get_video_info was disabledJames Taylor2021-07-281-7/+2
* Fix missing likes, dislikes, & music list due to Youtube changesJames Taylor2021-07-282-60/+121
* Capitalize name appJesús2021-06-102-2/+2
* Use extract_approx_int for comment likesJames Taylor2021-06-101-2/+2
* Fix comment like extraction due to Youtube changesJames Taylor2021-05-171-0/+2
* Fix videos added to playlist from channel page not having authorJames Taylor2021-05-171-2/+3
* Channel about: Add http:// to links without itJames Taylor2021-05-061-0/+2
* Channel: Allow going to next pages of playlists pageJames Taylor2021-03-152-1/+9
* Use new channel api endpoint now that browse_ajax is disabledJames Taylor2021-03-031-0/+5
* Fix comment repliesJames Taylor2021-02-261-0/+6
* Fix signature decryption due to new base.js minifier rulesJames Taylor2021-02-231-7/+10
* yt_data_ext: support richGrid&richItem sometimes used on searchJames Taylor2021-02-131-1/+3
* Fix youtube mixesJames Taylor2020-12-181-0/+5
* channel: replace page #s w/ next page button using provided ctokenJames Taylor2020-12-181-0/+2
* Improve ytInitialPlayerResponse extractionJames Taylor2020-12-171-2/+10
* Always extract from html watch page to get base.js urlJames Taylor2020-12-122-14/+71
* Retrieve base.js url from html watch page when it's missingJames Taylor2020-12-092-1/+15
* yt_data_ext: watch playlist: Fix missing author_url if no author_idJames Taylor2020-11-081-3/+2
* Redo fix for failure mode 1 in issue #22James Taylor2020-10-211-4/+4
* remove trailing whitespaceszrose5842020-10-213-3/+3
* Use get_video_info to get video urls if player response missingJames Taylor2020-10-191-2/+8
* yt_data_extract: normalize thumbnail and author urlsJames Taylor2020-10-192-12/+17
* Specify video height in html so page doesn't shift down after loadJames Taylor2020-09-241-2/+9
* yt_data_extract: Fix time_published picking up 'Streaming' stringJames Taylor2020-08-121-1/+5
* Switch to mobile api endpoint to fix 'Unknown error' blockageJames Taylor2020-08-111-9/+18
* extract_items: Handle case where continuation has multipleJames Taylor2020-08-112-11/+23
* extract_channel_info: Improve error extractionJames Taylor2020-08-111-3/+6
* Fix hls_manifest_url not included when there's no other formatsJames Taylor2020-06-281-2/+6
* Add dialog for copying urls to external player for livestreamsJames Taylor2020-06-282-11/+53
* Handle case where embedded player response missingJames Taylor2020-06-281-2/+10
* Do not override previous playability error if unknownJames Taylor2020-06-281-1/+1
* Fix previously live videos labeled as liveJames Taylor2020-05-291-1/+3
* Fix broken signature decryptionJames Taylor2020-05-271-1/+2
* Fix urls sometimes not extracted due to youtube changesJames Taylor2020-05-271-1/+2
* Fix error getting exit node ip if format urls are NoneJames Taylor2020-05-271-1/+1
* Fix comment count & disabled extraction not working sometimesJames Taylor2020-04-101-3/+14
* Fix related video extraction sometimes failingJames Taylor2020-04-101-2/+10
* Fix exception due to missing 'playlist' key in extracted infoJames Taylor2020-04-051-0/+3
* Fix error when there's a video format with mimetype class of 'text'James Taylor2020-04-041-1/+1
* Add playlist sidebar for videos in playlist, including autoplayJames Taylor2020-04-042-2/+58
* yt_data_extract: fix missing variables in info for unavailable videosJames Taylor2020-02-171-2/+3
* Watch page: add info box with allowed countries and tor exit nodeJames Taylor2020-02-011-0/+8
* Check for 403 errors and fallback on InvidiousJames Taylor2020-02-011-1/+2
* yt_data_extract: parse mimeType field for codecsJames Taylor2020-02-011-0/+27
* Fix signature decryption.James Taylor2020-01-241-1/+1