index
:
invidious
master
Invidious is an alternative front-end to YouTube
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Age
Commit message (
Expand
)
Author
2021-10-20
Merge pull request #2433 from iv-org/increase-channel-refresh-delay
syeopite
2021-10-18
Merge pull request #2477 from SamantazFox/move-prefs-and-config
syeopite
2021-10-18
Move 'extract_text()' to 'extractors_utils.cr'
Samantaz Fox
2021-10-18
Move 'extractors.cr' to 'yt_backend' folder
Samantaz Fox
2021-10-18
Move 'add_yt_headers()' to 'connection_pool.cr'
Samantaz Fox
2021-10-18
Move 'extract_videos' and 'extract_selected_tab' too
Samantaz Fox
2021-10-18
Add fetch_continuation_token back (required by #2215)
Samantaz Fox
2021-10-18
Add 'require' statement to 'invidious.cr'
Samantaz Fox
2021-10-18
Remove fetch_continuation_token(): dead code
Samantaz Fox
2021-10-18
Move the YoutubeConnectionPool code to its own file
Samantaz Fox
2021-10-18
Move proxy & YoutubeAPI code to the yt_backend folder
Samantaz Fox
2021-10-17
Merge pull request #2508 from syeopite/lazy-load-images
syeopite
2021-10-15
Merge pull request #2506 from syeopite/handle-empty-playlist-tabs
syeopite
2021-10-15
Merge pull request #2491 from syeopite/extract-image-routes
syeopite
2021-10-14
Fix #2510
TheFrenchGhosty
2021-10-14
Link to invidious.io/donate/ in the footer
TheFrenchGhosty
2021-10-14
Lazy load (some) images
syeopite
2021-10-13
Handle YT tabs without any content
syeopite
2021-10-13
Support empty categories
syeopite
2021-10-12
Merge pull request #2497 from Yetangitu/videorendererparser_parse_missing_title
syeopite
2021-10-12
Fix for #2488 - parse contents of search results of type=Category (#2496)
Frank de Lange
2021-10-12
Handle missing title fields in VideoRendererParser.parse
Frank de Lange
2021-10-11
Lookback 50 videos
Samantaz Fox
2021-10-11
propagate video_id field on getting playlists
diogo
2021-10-11
rename from continuation to video_id on get_playlist_videos
diogo
2021-10-11
update to new YoutubeAPI
diogo
2021-10-11
use dig for getting the video index
diogo
2021-10-11
linting
diogo
2021-10-11
increase the max videos in a playlist
diogo
2021-10-11
use v1/next instead of searching for the continuation index
diogo
2021-10-11
linting
diogo
2021-10-11
no need to normalize the offset
diogo
2021-10-11
pass the api/v1/playlists with videos before the offset
diogo
2021-10-11
linting
diogo
2021-10-11
fix cases when high offset video from playlist has no offset in url
diogo
2021-10-11
add index to playlist item
diogo
2021-10-11
playlist starts at the offset
diogo
2021-10-11
Extract image routes
syeopite
2021-10-11
Add mising 'require' statement to 'invidious.cr'
Samantaz Fox
2021-10-11
Move server structure to a separate file
Samantaz Fox
2021-10-11
move theme converter function to a separate file
Samantaz Fox
2021-10-11
Move user preferences structure to a separate file
Samantaz Fox
2021-10-11
Use kemal in production mode (#2455)
syeopite
2021-10-11
Fix URL-encoding in href strings (#2460)
mastihios
2021-10-08
Reduce refresh delay, increase backoff start duration
Samantaz Fox
2021-10-07
Fix extractor bugs (#2454)
syeopite
2021-10-07
Add config option to display source code URL in footer (#2450)
Samantaz Fox
2021-10-04
Revert "Fix typo (#2456)" (#2457)
Samantaz Fox
2021-10-04
Fix typo (#2456)
Jorge Maldonado Ventura
2021-10-02
Add support to make invidious API-only via flag (#2363)
syeopite
[next]