summaryrefslogtreecommitdiff
path: root/src/invidious/videos.cr
AgeCommit message (Expand)Author
2022-05-04Merge pull request #3076 from SamantazFox/fix-3062-3063Samantaz Fox
2022-05-01Fix "cast from Nil to Bool failed"Samantaz Fox
2022-05-01Apply 2859.diffSamantaz Fox
2022-05-01Fix javascript:void(0) instead of youtu.be linksSamantaz Fox
2022-05-01Add 'targetDurationSec' and 'maxDvrDurationSec' to videos APISamantaz Fox
2022-04-30Revert "Youtube verification badge" (#3070)Émilien Devos
2022-04-30Merge pull request #2859 from jonas-w/verified-badgeSamantaz Fox
2022-04-27It's OTF, not OFTSamantaz Fox
2022-04-27Add extra data to 'adaptiveFormats' in videos APISamantaz Fox
2022-04-27Fix 'adaptiveFormats' not available for livestreams in videos APISamantaz Fox
2022-04-08Rescue DB errors in get_video()Samantaz Fox
2022-03-30new method for bypassing age restriction (#2996)Émilien Devos
2022-03-13Done some refactoringJonas Wunderlich
2022-02-25Merge branch 'iv-org:master' into verified-badgeJonas
2022-02-10Raise exception if playability not ok, also handle missing related videosmatthewmcgarvey
2022-02-08Add missing subtitle languagesSamantaz Fox
2022-02-04Refactored code and added badges to Search but many dummies because of the wa...jonas-w
2022-02-04Added Verified Badge to related videosjonas-w
2022-02-03Added verification badge to video player and error with related_videosjonas-w
2022-02-03Apply suggestions from code reviewSamantaz Fox
2022-02-03Propagate related videos changes to API functionSamantaz Fox
2022-02-03Fix parsing of related videosSamantaz Fox
2022-02-03video parsing: add secondary_results root elementSamantaz Fox
2022-02-03video parsing: raise if major root element is missingSamantaz Fox
2022-01-28search.cr: use do/end rather than inline {} blockSamantaz Fox
2022-01-28videos.cr: use '.dig?()' where possibleSamantaz Fox
2022-01-28Fix more 'Lint/ShadowingOuterLocalVar' warnings reported by amebaSamantaz Fox
2022-01-05Merge pull request #2719 from SamantazFox/batch-minor-fixesSamantaz Fox
2022-01-05Fix leading spaces being collapsed in descriptionsSamantaz Fox
2022-01-04Clean useless database arguments (4/5)Samantaz Fox
2022-01-04Move DB queries related to 'videos' in a separate moduleSamantaz Fox
2021-12-15Fix formatting of preferences.cr and videos.crbbielsa
2021-12-15Rename 'remember_position' to 'save_player_pos' for claritybbielsa
2021-12-15Add remember_position field to the Preferences and VideoPreferences structs, ...bbielsa
2021-12-12Merge pull request #2576 from SamantazFox/fix-locales-handlingSamantaz Fox
2021-12-06Merge pull request #2659 from SamantazFox/fix-likes-dislikesSamantaz Fox
2021-12-01Use 'dig()' in 'find()' statementsSamantaz Fox
2021-11-28Use dig to get category contentsSamantaz Fox
2021-11-28Typo: missing '?' when looking for key in dislikes_buttonSamantaz Fox
2021-11-25likes/dislikes: better fallback managementSamantaz Fox
2021-11-24Use new techniques to get (dis)likes backSamantaz Fox
2021-11-21extract_video_info: make sure that the Android player response is validSamantaz Fox
2021-11-21i18n: pass only the ISO code string to 'translate()'Samantaz Fox
2021-10-29Also fix 'to_json' in struct VideoSamantaz Fox
2021-10-25Fix Style/VerboseBlock issuessyeopite
2021-10-25Fix Style/VariableNames issuessyeopite
2021-09-24Manually extract category refactor from 1b569bbc99207cae7c20aa285f42477ae361dd30syeopite
2021-09-10Handle equirectangular projections for VR (#2379)syeopite
2021-08-16fetch with innertube api when video is unavailable (#2329)Émilien Devos
2021-08-15Readd paid attribute for videos (#2330)syeopite