summaryrefslogtreecommitdiffstats
path: root/src (follow)
AgeCommit message (Collapse)Author
2020-09-02Use new youtube API to fetch channel videos (#1355)Ben Heller
* Use new API to fetch videos from channels This mirrors the process used by subscriptions.gir.st. The old API is tried first, and if it fails then the new one is used. * Use the new API whenever getting videos from a channel I created the get_channel_videos_response function because now instead of just getting a single url, there are extra steps involved in getting the API response for channel videos, and these steps don't need to be repeated throughout the code. The only remaining exception is the bypass_captcha function, which still only makes a request to the old API. I don't know whether this code needs to be updated to use the new API for captcha bypassing to work correctly. * Correctly determine video length with new api * Remove unnecessary line
2020-08-25Replace omarroth with iv-org where applicable (#1353)stranger195
Fixes #1353
2020-07-28Fix playlist export for playlists with more than 100 videosOmar Roth
2020-07-26Update mixes linkOmar Roth
2020-07-26Add missing default for ConfigPreferencesOmar Roth
2020-07-26Fix warnings with latest version of CrystalOmar Roth
2020-07-26Add playlist import/exportOmar Roth
2020-07-26Fix playlists with one videoOmar Roth
2020-07-21Fix optional value in data extractorOmar Roth
2020-07-04Skip DASH streams segmented by URLOmar Roth
2020-06-24Update playlists to support polymer redesignOmar Roth
2020-06-17Fix cast from nil in short_descriptionOmar Roth
2020-06-16Fix signature URL regexOmar Roth
2020-06-16Fix genreUrlOmar Roth
2020-06-16Update channel playlists to use polymerOmar Roth
2020-06-15Add support for polymer redesignOmar Roth
2020-06-15Make HOST_URL constantOmar Roth
2020-06-15Remove top pageOmar Roth
2020-06-15Support Crystal 0.35.0Omar Roth
2020-06-13Merge pull request #1182 from DmitrySandalov/masterDmitry Sandalov
Allow user to subscribe to playlist (#17)
2020-05-28Fix reCaptchaOmar Roth
2020-05-26More consistent HTML IDs for info section (#1156)mendel5
* More consistent IDs for info section More consistent IDs for info section: watch-on-youtube, annotations and download * Consistent IDs: channel-name * Consistent IDs: published-date The term "published" can also be found in the answer for the following YouTube API request: https://developers.google.com/youtube/v3/docs/videos/list
2020-05-25Update captcha jobOmar Roth
2020-05-17Allow user to subscribe to playlist (#17)Dmitry Sandalov
2020-05-13Update captcha handlerOmar Roth
2020-05-08Cleanup request headersOmar Roth
2020-05-08Update signature paramOmar Roth
2020-04-30Consistent IDs for info section (#1133)mendel5
2020-04-20Merge weblateOmar Roth
2020-04-15Hide playlist widget when user has no playlistsOmar Roth
2020-04-10Fix authorThumbnails in /api/v1/channelsOmar Roth
2020-04-10Fix playlist_ajaxOmar Roth
2020-04-09Fix warnings in latest version of CrystalOmar Roth
2020-04-09Fix player matchingOmar Roth
2020-04-09Support adding video to playlist from watch pageOmar Roth
2020-04-04Add support for Swedish localeOmar Roth
2020-04-04Fix /c/ redirectOmar Roth
2020-03-30Refactor extract_plidOmar Roth
2020-03-29Fix JSON serializationOmar Roth
2020-03-19Add manifest-src to CSPOmar Roth
2020-03-15Remove VarInt classOmar Roth
2020-03-15Strip invalid characters from referer URLsOmar Roth
2020-03-15Migrate to a good Content Security Policy (#1023)leonklingele
So attacks such as XSS (see [0]) will no longer be of an issue. [0]: https://github.com/omarroth/invidious/issues/1022
2020-03-10Escape 'sort_by'Omar Roth
2020-03-10Switch textcaptcha to HTTPSOmar Roth
2020-03-06Replace static asset requests with QUICOmar Roth
2020-03-06Add debug info to videoplaybackOmar Roth
2020-03-05Prevent storyboards from hangingOmar Roth
2020-03-04Skip validation checks for videoplayback, ggphtOmar Roth
2020-03-04Escape item titles in search pageOmar Roth