aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Youtube.cpp
AgeCommit message (Collapse)Author
2022-03-29Reduce youtube response size by disabling pretty jsondec05eba
2022-03-29Youtube: fix age restricted videos (works only for embeddable videos)dec05eba
2022-03-24Add youtube.load_progress optiondec05eba
2022-03-14Image scroll view: add first/last image to allow scrolling to previous/next ↵dec05eba
chapter, load next chapters page when reaching bottom
2022-03-11Fix youtube streaming for really long videosdec05eba
I dedicate this one to rat
2022-03-11youtube video: fix video with redirect not getting content length correctly, ↵dec05eba
re-enable youtube timestamp
2022-03-10Focus video player when focusing the main windowdec05eba
2022-03-08Save youtube watch progress and resume next time the video is playeddec05eba
2022-02-27youtube: fix youtu.be/watch?v= urlsdec05eba
2022-02-21Revert back to recommending youtube videos based on related videosdec05eba
2022-02-16Finish video playerdec05eba
2022-02-07Use one struct for all args in Page::submit instead of multiple args (easier ↵dec05eba
to add new fields without changing code) Also remove submit_body_item from page.
2022-01-23Youtube: show timestamps for video comments with timestamp at end of line, ↵dec05eba
remove unused signature code for now
2022-01-01Remove youtube likes/dislikes code now that youtube removed dislikesdec05eba
2021-12-02Youtube: better rating ratio for videos with rating disableddec05eba
2021-12-02Fix youtube dislike count if a video has more dislikes than likesdec05eba
2021-11-25Thousands comma for youtube likes/dislikes and peertube viewsdec05eba
2021-11-25Youtube: show like/dislike count for videos in the youtube descriptiondec05eba
2021-11-18Fix crash when going to ctrl+r when first page is youtube video (starting ↵dec05eba
quickmedia with a youtube url), better youtube video description
2021-11-17Replace sfml with mgldec05eba
2021-11-12Add youtube descriptiondec05eba
2021-11-12Allow plugins to add their own tabs in ctrl+r instead of search, comments, ↵dec05eba
related and channel
2021-10-14Remove async image loader threads and instead check if the curl download ↵dec05eba
process has finished
2021-09-24Show failed to load youtube subscriptions first, floor 4chan image for ↵dec05eba
better quality after moving it
2021-09-20Order mangadex search by relevencedec05eba
2021-09-16Youtube: fix videos that do not allow embeddingdec05eba
2021-09-16Fix age restricted youtube videosdec05eba
2021-09-15Reset timestamp when going to next youtube video, copy download url on ↵dec05eba
ctrl-c for youtube
2021-09-13Include refactoringdec05eba
2021-09-10Some manga on mangakatana have merged chapters. Only show the mergeddec05eba
ones
2021-09-09Add initial peertube supportdec05eba
2021-09-08Load theme from file (~/.config/quickmedia/themes/<theme-name>.json and ↵dec05eba
/usr/share/quickmedia/themes/<theme-name>.json)
2021-09-03Show youtube play fail reason in notification, more items below correct width!dec05eba
2021-09-02Youtube: skip non-default audio tracks, remove subtitle shadowdec05eba
2021-08-27Youtube: include en-US subtitlesdec05eba
2021-08-26Add ctrl+b to bookmark mangadec05eba
2021-08-25Faster mangakatana search on exact matchdec05eba
2021-08-25Youtube: disable auto generated subtitles, change subtitle sizedec05eba
2021-08-24Youtube: load english subtitles when availabledec05eba
2021-08-15Play popular invidious instance urls directly in qmdec05eba
Replaces popular invidious instance urls with youtube.com
2021-08-10Matrix: show unread message for room event if latest event is not a message, ↵dec05eba
better youtube search
2021-08-09Use no-buffer curl option for youtube redirect code and matrix streamable ↵dec05eba
video checker
2021-08-09Youtube: show search suggestions instead of immediate searchdec05eba
Fix save file dialog not showing all files after navigating to another directory if the search is not empty. Fix matrix system message deletion reverting back to use message (for avatar) and text color.
2021-08-08Youtube: use innertube api for loading videos (and pretend to be android)dec05eba
2021-07-284chan: add timeout for posting without pass, handle noop captcha challengedec05eba
2021-07-24Fix youtube copyrighted videos (revert back to watch?v= url)dec05eba
2021-07-23Matrix: fix crash when pinned message is removed quicklydec05eba
2021-07-22Remove removed get_video_info api call until another age restricted video ↵dec05eba
bypass is found. This fixes non-age restricted video playback
2021-07-21Fix freeze on search reset in manga combined plugin. Fix multithreading ↵dec05eba
issues in AsyncTask
2021-07-17Youtube: remove dependency on youtube-dl for downloads (also fixes downloads ↵dec05eba
of age restricted videos)