rnative front-end to YouTube
summaryrefslogtreecommitdiffstats
path: root/assets/js/videojs-http-source-selector.min.js (unfollow)
AgeCommit message (Collapse)Author
2020-12-08Add embed link to watch pagesaltycrys
2020-12-07Update link to instructionsLukas
2020-12-07Fix #1516 Document is emptyLukas
2020-12-06Fix YouTube subscription import parserLukas
2020-12-06Add temporary link to subscription export instructionsLukas
2020-12-06Add missing screenshot and update the older onesLukas
2020-12-06Increase YouTube request timeout (#1540)saltycrys
Increase YouTube request timeout
2020-12-06Fix comment continuation testssaltycrys
2020-12-06Fix commentssaltycrys
The YouTube headers are now always added for requests to YouTube. Previously they were only added for requests going through QUIC. The session token is now JSON decoded to unescape escaped Unicode characters. The comment continuation protobuf has been updated and the request now goes through the YouTube `pbj` JSON API.
2020-12-05Fix invidious version for docker imageSonic-Y3k
As Alpine-Linux per default uses the busybox date command, the -f option is not available and the build will fail.
2020-12-04Fix invidious version for old git versionssaltycrys
The `%cs` format was only added to git in version 2.25 while `%ci` has been around forever.
2020-12-03Fix redirect channelssaltycrys
Redirect channels may use JS to redirect now, instead of only a response header as it used to be. This fix reads the channel to redirect to from `ytInitialData`.
2020-12-03Fix `extract_polymer_config`saltycrys
The `ytInitialPlayerResponse` regex can now handle `var` and `window` assignments. The video streams can now be extracted from `player_response` and `initial_data`. This fixes the descriptions on videos and videos themselves. Videos are technically broken right now, but work becasue of a fallback that goes through embeds.
2020-12-03Run CI on `api-only` branch, toosaltycrys
2020-12-02Better message for the Stale actionTheFrenchGhosty
2020-12-02Replace the Stale bot with a Github action because it has been reported as deadTheFrenchGhosty
2020-12-02Update the Stale bot config with a 1 month delay between mark and closeTheFrenchGhosty