index
:
QuickMedia
master
A rofi inspired native client for web services. Supports youtube, peertube, lbry, soundcloud, nyaa.si, 4chan, matrix, saucenao, hotexamples, anilist, dramacool and several manga sites.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
Lbry.cpp
Age
Commit message (
Collapse
)
Author
2024-05-09
Fix build after gcc update (function pointer cast, missing algorithm header ↵
dec05eba
include)
2023-07-03
Lbry: fix video not playable sometime (add odysee referer header)
dec05eba
2023-07-03
Fix some lbry videos not working (non m3u8 streams)
dec05eba
2023-06-19
Lbry: fix videos not working
dec05eba
2022-10-13
Faster lbry thumbnail url
dec05eba
2022-09-04
Add dramacool
dec05eba
2022-06-16
Soundcloud: fix title and download link not updating when changing video, ↵
dec05eba
fix text y offset after mgl update
2022-04-06
Youtube: fix search, channel page, related videos and comments
dec05eba
For these pages, the json response root is not longer an array. It's instead the first json object in the array.
2022-03-08
Save youtube watch progress and resume next time the video is played
dec05eba
2022-02-07
Use 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.
2021-11-12
Allow plugins to add their own tabs in ctrl+r instead of search, comments, ↵
dec05eba
related and channel
2021-10-13
Lbry: fix missing search match for channels with no title (but with a name) ↵
dec05eba
and reposts
2021-10-13
Add lbry, attempt to fix 4chan posting when captcha is no-op
dec05eba