summaryrefslogtreecommitdiffstats
path: root/src (follow)
AgeCommit message (Collapse)Author
2021-10-25Update src/invidious/routes/playlists.crsyeopite
Co-authored-by: Samantaz Fox <coding@samantaz.fr>
2021-10-25Update src/invidious/routes/channels.crsyeopite
Co-authored-by: Samantaz Fox <coding@samantaz.fr>
2021-10-25Fix Style/IsAFilter issuessyeopite
2021-10-25Fix Performance/ChainedCallWithNoBang issuessyeopite
2021-10-25Fix Style/VerboseBlock issuessyeopite
2021-10-25Fix Style/VariableNames issuessyeopite
2021-10-25Fix Lint/UnusedArgument issuessyeopite
2021-10-25Fix Lint/RedundantStringCoercion issuessyeopite
2021-10-25Feature Request: Localization for trending (remove region from server config)Dmitry Sandalov
2021-10-21Feature Request: Localization for trending (fix lint CONTENT_REGIONS end comma)Dmitry Sandalov
2021-10-21Feature Request: Localization for trending (move TRENDING_REGIONS to i18n.cr ↵Dmitry Sandalov
as CONTENT_REGIONS)
2021-10-21Feature Request: Localization for trending iv-org#331Dmitry Sandalov
2021-10-20Merge pull request #2433 from iv-org/increase-channel-refresh-delaysyeopite
Decrease channel refresh frequency (1 min -> 1 h)
2021-10-18Merge pull request #2477 from SamantazFox/move-prefs-and-configsyeopite
Move user preferences and server config
2021-10-18Move 'extract_text()' to 'extractors_utils.cr'Samantaz Fox
2021-10-18Move 'extractors.cr' to 'yt_backend' folderSamantaz Fox
2021-10-18Move 'add_yt_headers()' to 'connection_pool.cr'Samantaz Fox
2021-10-18Move 'extract_videos' and 'extract_selected_tab' tooSamantaz Fox
2021-10-18Add fetch_continuation_token back (required by #2215)Samantaz Fox
2021-10-18Add 'require' statement to 'invidious.cr'Samantaz Fox
2021-10-18Remove fetch_continuation_token(): dead codeSamantaz Fox
2021-10-18Move the YoutubeConnectionPool code to its own fileSamantaz Fox
2021-10-18Move proxy & YoutubeAPI code to the yt_backend folderSamantaz Fox
2021-10-17Merge pull request #2508 from syeopite/lazy-load-imagessyeopite
Lazy load (some) images
2021-10-15Merge pull request #2506 from syeopite/handle-empty-playlist-tabssyeopite
Handle YT tabs without content
2021-10-15Merge pull request #2491 from syeopite/extract-image-routessyeopite
Extract image routes
2021-10-14Fix #2510TheFrenchGhosty
2021-10-14Link to invidious.io/donate/ in the footerTheFrenchGhosty
2021-10-14Lazy load (some) imagessyeopite
2021-10-13Handle YT tabs without any contentsyeopite
2021-10-13Support empty categoriessyeopite
2021-10-12Merge pull request #2497 from Yetangitu/videorendererparser_parse_missing_titlesyeopite
Handle missing title fields in VideoRendererParser.parse (fixes #2495)
2021-10-12Fix for #2488 - parse contents of search results of type=Category (#2496)Frank de Lange
* Fix for #2488 - parse contents of search results of type=Category (returned on first page for universal (type=all) queries instead of returning an error. * Moved content array walker to Category#to_json As requested by reviewer this change moves the content array walker from the API endpoint to the Category class. * Update src/invidious/helpers/serialized_yt_data.cr Co-authored-by: syeopite <70992037+syeopite@users.noreply.github.com>
2021-10-12Handle missing title fields in VideoRendererParser.parseFrank de Lange
2021-10-11Lookback 50 videosSamantaz Fox
2021-10-11propagate video_id field on getting playlistsdiogo
2021-10-11rename from continuation to video_id on get_playlist_videosdiogo
2021-10-11update to new YoutubeAPIdiogo
2021-10-11use dig for getting the video indexdiogo
2021-10-11lintingdiogo
2021-10-11increase the max videos in a playlistdiogo
2021-10-11use v1/next instead of searching for the continuation indexdiogo
2021-10-11lintingdiogo
2021-10-11no need to normalize the offsetdiogo
2021-10-11pass the api/v1/playlists with videos before the offsetdiogo
2021-10-11lintingdiogo
2021-10-11fix cases when high offset video from playlist has no offset in urldiogo
2021-10-11add index to playlist itemdiogo
2021-10-11playlist starts at the offsetdiogo
2021-10-11Extract image routessyeopite