index
:
on_rails
master
tsugutsugugo's streaming site "Tsugu on Rails" (reskinned Invidious instance)
magh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
invidious
/
videos.cr
Age
Commit message (
Expand
)
Author
2022-05-04
Merge pull request #3076 from SamantazFox/fix-3062-3063
Samantaz Fox
2022-05-01
Fix "cast from Nil to Bool failed"
Samantaz Fox
2022-05-01
Apply 2859.diff
Samantaz Fox
2022-05-01
Fix javascript:void(0) instead of youtu.be links
Samantaz Fox
2022-05-01
Add 'targetDurationSec' and 'maxDvrDurationSec' to videos API
Samantaz Fox
2022-04-30
Revert "Youtube verification badge" (#3070)
Émilien Devos
2022-04-30
Merge pull request #2859 from jonas-w/verified-badge
Samantaz Fox
2022-04-27
It's OTF, not OFT
Samantaz Fox
2022-04-27
Add extra data to 'adaptiveFormats' in videos API
Samantaz Fox
2022-04-27
Fix 'adaptiveFormats' not available for livestreams in videos API
Samantaz Fox
2022-04-08
Rescue DB errors in get_video()
Samantaz Fox
2022-03-30
new method for bypassing age restriction (#2996)
Émilien Devos
2022-03-13
Done some refactoring
Jonas Wunderlich
2022-02-25
Merge branch 'iv-org:master' into verified-badge
Jonas
2022-02-10
Raise exception if playability not ok, also handle missing related videos
matthewmcgarvey
2022-02-08
Add missing subtitle languages
Samantaz Fox
2022-02-04
Refactored code and added badges to Search but many dummies because of the wa...
jonas-w
2022-02-04
Added Verified Badge to related videos
jonas-w
2022-02-03
Added verification badge to video player and error with related_videos
jonas-w
2022-02-03
Apply suggestions from code review
Samantaz Fox
2022-02-03
Propagate related videos changes to API function
Samantaz Fox
2022-02-03
Fix parsing of related videos
Samantaz Fox
2022-02-03
video parsing: add secondary_results root element
Samantaz Fox
2022-02-03
video parsing: raise if major root element is missing
Samantaz Fox
2022-01-28
search.cr: use do/end rather than inline {} block
Samantaz Fox
2022-01-28
videos.cr: use '.dig?()' where possible
Samantaz Fox
2022-01-28
Fix more 'Lint/ShadowingOuterLocalVar' warnings reported by ameba
Samantaz Fox
2022-01-05
Merge pull request #2719 from SamantazFox/batch-minor-fixes
Samantaz Fox
2022-01-05
Fix leading spaces being collapsed in descriptions
Samantaz Fox
2022-01-04
Clean useless database arguments (4/5)
Samantaz Fox
2022-01-04
Move DB queries related to 'videos' in a separate module
Samantaz Fox
2021-12-15
Fix formatting of preferences.cr and videos.cr
bbielsa
2021-12-15
Rename 'remember_position' to 'save_player_pos' for clarity
bbielsa
2021-12-15
Add remember_position field to the Preferences and VideoPreferences structs, ...
bbielsa
2021-12-12
Merge pull request #2576 from SamantazFox/fix-locales-handling
Samantaz Fox
2021-12-06
Merge pull request #2659 from SamantazFox/fix-likes-dislikes
Samantaz Fox
2021-12-01
Use 'dig()' in 'find()' statements
Samantaz Fox
2021-11-28
Use dig to get category contents
Samantaz Fox
2021-11-28
Typo: missing '?' when looking for key in dislikes_button
Samantaz Fox
2021-11-25
likes/dislikes: better fallback management
Samantaz Fox
2021-11-24
Use new techniques to get (dis)likes back
Samantaz Fox
2021-11-21
extract_video_info: make sure that the Android player response is valid
Samantaz Fox
2021-11-21
i18n: pass only the ISO code string to 'translate()'
Samantaz Fox
2021-10-29
Also fix 'to_json' in struct Video
Samantaz Fox
2021-10-25
Fix Style/VerboseBlock issues
syeopite
2021-10-25
Fix Style/VariableNames issues
syeopite
2021-09-24
Manually extract category refactor from 1b569bbc99207cae7c20aa285f42477ae361dd30
syeopite
2021-09-10
Handle equirectangular projections for VR (#2379)
syeopite
2021-08-16
fetch with innertube api when video is unavailable (#2329)
Émilien Devos
2021-08-15
Readd paid attribute for videos (#2330)
syeopite
[next]