summaryrefslogtreecommitdiffstats
path: root/src (follow)
AgeCommit message (Collapse)Author
2020-10-25Fix storyboardssaltycrys
2020-10-24more polish (#1437)TheFrenchGhosty
2020-10-23Update get_about_info for polymer (iv-org/invidious#1423) (#1429)Triplesalt
Update get_about_info for polymer (iv-org/invidious#1423)
2020-10-22Update parsing of ytInitialData (#1427)Ben Heller
Update parsing of ytInitialData
2020-10-17[refactor] Finish converting jobs to new job setup (#1420)Matthew McGarvey
[refactor] Finish converting jobs to new job setup
2020-10-16Set preferences before conditional breaks in before_all (#1412)Matthew McGarvey
2020-10-15Extract RefreshChannelsJob (#1403)Matthew McGarvey
2020-10-10Merge pull request #1372 from tleydxdy/patch-1Perflyst
Add exponential backoff to refresh_channels
2020-10-10Use channel API v3Perflyst
2020-10-08Merge pull request #1402 from matthewmcgarvey/feed-menu-overlapTheFrenchGhosty
Fix feed menu overlap at iPad screen widths
2020-10-07Fix feed menu overlap at ipad screen widthsMatthew McGarvey
2020-10-05Provide rough draft of better project organizationMatthew McGarvey
2020-10-05Merge pull request #1379 from Rjevski/patch-1TheFrenchGhosty
Remove on-hover tooltip from player
2020-10-03Fix formattingPerflyst
2020-09-25Fix #1382 : Playlists missing first videoGauthier POGAM--LE MONTAGNER
The index was set to index - 1, causing the first video to be shifted in fetch_playlist_videos (because of its index being -1 lower than it should) and thus not displayed on playlist page.
2020-09-15Remove on-hover tooltip from playerAndre Borie
Using the player on latest Safari, the tooltip appears and stays stuck for long even when switching to fullscreen which is annoying. You need to explicitly click anywhere to dismiss that stuck tooltip. This doesn't seem to happen in Firefox so I am not sure whether this is a browser bug, but in any case I don't see any value in keeping this tooltip so maybe we can just remove it?
2020-09-09Allow cookies from anti-captcha to be optional (#1371)Omar Roth
2020-09-09Fix sub refresh (#1370)Omar Roth
2020-09-09Add exponential backoff to refresh_channelstleydxdy
In practice with the patch I usually see backoff to 2 hours when blocked, so it should improve recovery time. The lim_thread is to work with multi-threading, not sure if it's the best way to do it.
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