aboutsummaryrefslogtreecommitdiff
path: root/plugins/Youtube.hpp
AgeCommit message (Collapse)Author
2022-07-15Youtube: do not autoplay next if starting qm with youtube url, opening ↵dec05eba
youtube url in info page or matrix
2022-06-19Fix submit on async reload page, fix submit on search suggestion page empty textdec05eba
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-03-08Save youtube watch progress and resume next time the video is playeddec05eba
2022-02-21Revert back to recommending youtube videos based on related videosdec05eba
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-01Remove youtube likes/dislikes code now that youtube removed dislikesdec05eba
2021-12-02Fix youtube dislike count if a video has more dislikes than likesdec05eba
2021-11-25Youtube: show like/dislike count for videos in the youtube descriptiondec05eba
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-09-03Show youtube play fail reason in notification, more items below correct width!dec05eba
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-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-07-24Fix youtube copyrighted videos (revert back to watch?v= url)dec05eba
2021-07-17Youtube: remove dependency on youtube-dl for downloads (also fixes downloads ↵dec05eba
of age restricted videos)
2021-07-08Youtube: fix comments by replacing removed comments ajax api with next apidec05eba
2021-06-25Rework youtube redirect codedec05eba
2021-06-25Add a http server proxy for better youtube downloading (bypassing rate limit ↵dec05eba
cased by http range header). Fix youtube live streams
2021-06-22Only do youtube redirect on failure to load videodec05eba
2021-06-19Support youtube description chaptersdec05eba
2021-06-17Properly support youtube timestamp in urldec05eba
2021-06-14Always choose non-av1 and non HDR stream for youtube video to support ↵dec05eba
hardware decoding
2021-06-11Fix youtube live streams (but they are slow...), fix youtube title spacesdec05eba
2021-06-11Readd youtube video titledec05eba
2021-06-11Make get_related_videos async, readd mark-watcheddec05eba
2021-06-11Remove dependency on youtube-dl for streaming youtube, resulting in faster ↵dec05eba
video startup
2021-05-06Show youtube recommendations instead of local recommendations from related ↵dec05eba
videos
2021-04-30Fix 4chan codeblocks not visible, change titles and rearrange youtube tabsdec05eba
2021-04-28Add youtube subscriptions, etcdec05eba
2021-03-26Add soundclouddec05eba
2021-03-10Youtube: add youtube comments to ctrl+rdec05eba
2021-03-06Youtube: fix channel next page, add proper channel search (non filter search)dec05eba
2020-11-04Add channels page to related videos menu, fix related videos menu broken ↵dec05eba
after video failing to load
2020-11-03Youtube add channel page, fix search pagination (update to correct ↵dec05eba
continuation token)
2020-10-23Matrix: start on room tags, fix thread race condition on accessing room ↵dec05eba
variables (name, avatar url, prev batch)
2020-10-15Youtube: fetch next page when reaching bottom of search (also fixes ↵dec05eba
continuation)
2020-10-13Refactor plugin into seperate pagesdec05eba
TODO: Readd 4chan login page, manganelo creators page, autocomplete
2020-07-13Temporary disable youtube recommendations, fix youtube related videosdec05eba
2020-07-13Add recommended tab for youtubedec05eba
2020-07-03Add tab autocomplete for youtubedec05eba
2020-06-29Get first next page of search results on youtube, request only json for ↵dec05eba
first result as well
2019-10-13Manganelo: Download all images at once, and show page after it has downloadeddec05eba
2019-08-10Fix crash that happened in release mode (video player)dec05eba
2019-08-09Next video in list to play should be next in playlist (if available)dec05eba
2019-08-09Increase youtube search delay to prevent ip bandec05eba
2019-08-09Readd video seek, make search asynchronousdec05eba