summaryrefslogtreecommitdiffstats
path: root/assets/js/videojs-http-source-selector.min.js (unfollow)
AgeCommit message (Collapse)Author
2021-08-21Update Arabic translationRex_sa
2021-08-21Update Lithuanian translationGediminas Murauskas
2021-08-21Update Swedish translationLuna Jernberg
2021-08-21Update Esperanto translationphlostically
2021-08-21Update Spanish translationJorge Maldonado Ventura
2021-08-21Update Polish translationTsuki
2021-08-21Add cache(?) to arm docker build (#2337)syeopite
* Add cache(?) to arm docker build * Update ci.yml
2021-08-16Update lock inactive days (#2331)Émilien Devos
2021-08-16fetch with innertube api when video is unavailable (#2329)Émilien Devos
+ rename some client type to better names + fix thirdParty hack
2021-08-15Readd paid attribute for videos (#2330)syeopite
2021-08-13Switch to innertube API for videos (#2220)Émilien Devos
Commit history: - Switch to innertube API for videos - fix hardcoded strings + fix bypass geo-restriction
2021-08-13Update crystal docker image to 1.1.1Émilien Devos
2021-08-12Revert "bump crystal docker image version +"syeopite
This reverts commit f2b69fd8120c4e2d98ba95eb412c1d771b820b7b. Crystal 1.1.0 is not supported by Invidious due to upstream issue. See crystal-lang/crystal#10972
2021-08-12switch to innertube API for about channels (#2255)Émilien Devos
2021-08-12bump crystal docker image version +Emilien Devos
use alpine:edge docker image in order to use crystal 1.1.1
2021-08-12Fix "fatal role postgres doesn't exist" (#2296)Samantaz Fox
* Fix "fatal role postgres doesn't exist" Fix a frequent error with recent postgres docker images: `FATAL: role "postgres" does not exist` * Use $$VAR so it's expanded by the shell, not docker
2021-08-12Check for existance of "adaptiveFormats" in videossyeopite
Combined from commits: - Check for existance of "adaptiveFormats" in videos - Remove usage of ternary conditional
2021-08-12fix comments using digEmilien Devos
2021-08-12Use the new youtube api for comments (#2217)Émilien Devos
* use the new youtube api for comments * remove PG_DB & action parameter + allow force region * support new comments data with onResponseReceivedEndpoints
2021-08-12Exempt "blocked" PRs from being marked as stale (#2321)syeopite
2021-08-11Switch routing logic to use modules (#2298)syeopite
* Switch routing logic to use modules * Add more macros for adding routes of different HTTP methods
2021-08-09Add CI for testing arm64 docker (#2315)syeopite
* Add CI for testing build of docker-arm64 * Add specs check to dockerfiles
2021-08-06Update Indonesian translationReza Almanda
2021-08-06Update Arabic translationRex_sa
2021-08-06Update Portuguese (Brazil) translationWilliam Weber Berrutti
2021-08-06Update Korean translationLee Woong Jae
2021-08-06Update Spanish translationHin Weisner
2021-08-06Don't run CI on locale only changes (#2306)syeopite
2021-08-06Bump Crystal 1.1.0 to 1.1.1syeopite
2021-08-06Add nightly crystal to CI matrix (#2264)Caspian Baska
* Add nightly crystal to a spec matrix This project is very large and serves as a great test bed for breakages in nightly builds of crystal * Order crystal version in CI matrix * Add daily CI runs
2021-08-03TypoTheFrenchGhosty
2021-08-03Extract channel routes (#2227)syeopite
* Extract primary channel routes from invidious.cr Also removes timedtext_video stub since all it does is redirect to the homepage. However, Invidious's 404 handler already does this. -- As the template for the channel about page doesn't exist yet, the behavior for the /channel/:ucid/about endpoint has been changed to be the same as what's currently present on Invidious (cherry picked from commit 8fad19d8057d7d22e3de27ebbc88a9978c1df27b) * Manually extract brand_redirect from 1b569bbc99207cae7c20aa285f42477ae361dd30 This commit manually extracts the brand_redirect function from the commit mentioned. However, the redirect to the `.../about` endpoint is removed due to the fact that it doesn't exist yet. This commit is also mainly just a bridge for the next few cherry picks from \#2215 * Update brand_redirect to use youtubei resolve_url (cherry picked from commit 53335fe7cfdfac392365b7cac447bc7cc6478134) * Add additional channel endpoints to brand_redirect (cherry picked from commit 8fc6f3add637dabb09b2034f4d82fc3d039ba15c) * Add separate handler for /profile endpoint * Add /channel/:ucid/home route * Document all channel brand_urls
2021-08-03Fix crystal overrides (#2295)Samantaz Fox
* Move Crystal stdlib classes overrides to a separate file * Document known crystal overrides * Update crystal overrides for HTTP::Client socket * Update shard.yml to restrict crystal versions * Fix compilation error in Crystal 1.1.x (See https://github.com/crystal-lang/crystal/issues/10965 for more details about this issue).
2021-08-03Fix #resolve_url by adding ClientConfig argumentsyeopite
The private `_post_json` method of the YoutubeAPI requires a ClientConfig as the third parameter. This was passed in all Youtube API methods except the `#resolve_url` method.
2021-08-03Youtube api improvements (#2277)Samantaz Fox
* Put youtube API functions under the YoutubeAPI namespace * Implement the following endpoints: - `next` - `player` - `resolve_url` * Allow a ClientConfig to be passed to YoutubeAPI endpoint handlers. * Add constants for many new clients * Fix documentation of YoutubeAPI.browse(): Comments and search result aren't returned by the browse() endpoint but by the next() and search() endpoints, respectively. * Accept gzip compressed data, to help save on bandwidth * Add debug/trace logging * Other minor fixes
2021-07-29Update Korean translation황윤성
2021-07-29Update Korean translationLee Woong Jae
2021-07-29Update Vietnamese translationAllan Nordhøy
2021-07-29Update Lithuanian translationAllan Nordhøy
2021-07-29Update Danish translationAllan Nordhøy
2021-07-29Update Croatian translationAllan Nordhøy
2021-07-29Update Indonesian translationAllan Nordhøy
2021-07-29Update Hungarian translationAllan Nordhøy
2021-07-29Update Portuguese (Portugal) translationAllan Nordhøy
2021-07-29Update Portuguese (Brazil) translationAllan Nordhøy
2021-07-29Update Japanese translation黒にゃんこ
2021-07-29Update Japanese translationAllan Nordhøy
2021-07-29Update Turkish translationAllan Nordhøy
2021-07-29Update Chinese (Simplified) translationAllan Nordhøy
2021-07-29Update Icelandic translationAllan Nordhøy