aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Youtube.cpp
AgeCommit message (Collapse)Author
2023-04-27Temporary depend on yt-dlp for youtube since youtube broke (throttle sig)dec05eba
2022-11-20Youtube: support @Channel and /user/UserName formats to launch youtube ↵dec05eba
plugin for youtube channels
2022-11-16Youtube: add shorts and live streaming channel pagesdec05eba
2022-11-05Support as many emoji as possible, using separate emoji images in textdec05eba
2022-11-03Youtube: dont show description for videos (not reliable anyways because ↵dec05eba
youtube now removed them in some cases)
2022-10-29Youtube: allow opening youtube channels directly from url. Same with ctrl+i ↵dec05eba
info menu
2022-10-28Youtube: fix channel page not loading (jesus what a clusterfuck)dec05eba
2022-09-04Dramacool: watch progressdec05eba
2022-09-04Add dramacooldec05eba
2022-08-07Youtube: support youtube shorts urlsdec05eba
2022-07-15Youtube: do not autoplay next if starting qm with youtube url, opening ↵dec05eba
youtube url in info page or matrix
2022-06-19Youtube: ignore broken itag 22 until youtube fixes itdec05eba
2022-06-16Soundcloud: fix title and download link not updating when changing video, ↵dec05eba
fix text y offset after mgl update
2022-05-31Youtube: merge search page and recommended page (show recommended if search ↵dec05eba
field empty)
2022-04-09Youtube: fix search, related videos, comments and channel page after youtube ↵dec05eba
REVERTED their changes
2022-04-06Youtube: fix search, channel page, related videos and commentsdec05eba
For these pages, the json response root is not longer an array. It's instead the first json object in the array.
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