| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-14 | Fix #2510 | TheFrenchGhosty | |
| 2021-10-14 | Link to invidious.io/donate/ in the footer | TheFrenchGhosty | |
| 2021-10-12 | Merge pull request #2497 from Yetangitu/videorendererparser_parse_missing_title | syeopite | |
| Handle missing title fields in VideoRendererParser.parse (fixes #2495) | |||
| 2021-10-12 | Fix for #2488 - parse contents of search results of type=Category (#2496) | Frank de Lange | |
| * Fix for #2488 - parse contents of search results of type=Category (returned on first page for universal (type=all) queries instead of returning an error. * Moved content array walker to Category#to_json As requested by reviewer this change moves the content array walker from the API endpoint to the Category class. * Update src/invidious/helpers/serialized_yt_data.cr Co-authored-by: syeopite <70992037+syeopite@users.noreply.github.com> | |||
| 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 | Use kemal in production mode (#2455) | syeopite | |
| 2021-10-11 | Fix URL-encoding in href strings (#2460) | mastihios | |
| * hrefs: replace HTML.escape w/ URI.encode_www_form * Fix search_query_encoded | |||
| 2021-10-07 | Fix extractor bugs (#2454) | syeopite | |
| * Add debug/trace logging to extract_items * Handle invalid timestamps for livestreams extraction * Make use of author_fallback in playlist extractor * Don't use extract_text for video length extraction The extract_text function attempts to extract from both the simpleText and the runs route. This is typically what we'd want for text extraction as it could appear in both locations. However, while this still holds true, the thumbnailOverlayTimeStatusRenderer writes a numerical length (when present on the video) to the simpleText route and uses runs for a text overlay like "LIVE" or "PREMIERE". Therefore, when a video has a text overlay instead of a numerical one, Invidious still passes it onto decode_length_seconds, which obviously raises since it cannot be converted into integers. In the future, if more routes requires one text route over the other, we should go ahead and add an argument to extract_text itself. Though for now, this is sufficient. * Handle unsupported "special" categories | |||
| 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 | |
| This reverts commit 4982bff74df677c9e615b52075bd05d0006acc69. | |||
| 2021-10-04 | Fix typo (#2456) | Jorge Maldonado Ventura | |
| 2021-10-02 | Add support to make invidious API-only via flag (#2363) | syeopite | |
| 2021-10-02 | Merge pull request #2443 from iv-org/syeopite-patch-1 | syeopite | |
| Use make_client when querying instance api | |||
| 2021-10-02 | Merge pull request #2228 from syeopite/extract-items-overhaul | syeopite | |
| Overhaul extract_item(s) functions and add infrastructure for parsing YouTube categories | |||
| 2021-10-02 | Actually fix lint | syeopite | |
| 2021-10-02 | Fix lint | Samantaz Fox | |
| 2021-10-02 | Disable locales with less than 50% of strings translated | Samantaz Fox | |
| 2021-10-02 | Add Portuguese (pt) to locales | Samantaz Fox | |
| follow up to #2437 | |||
| 2021-10-02 | Use make_client when querying instance api | syeopite | |
| 2021-10-02 | add icon-buttons to playlist items (#2442) | mastihios | |
| 2021-10-01 | Use break instead of short-circuit return | syeopite | |
| 2021-09-28 | Improve readabltiy of SearchChannel auto-gen detect | syeopite | |
| 2021-09-28 | Optimize routing logic of extract_item(s) funcs | syeopite | |
| 2021-09-28 | Rename get_browse_endpoint to get_browse_id | syeopite | |
| 2021-09-28 | Convert nil for AuthorFallback to empty strings | syeopite | |
| 2021-09-28 | Apply suggestions from code review | syeopite | |
| Co-authored-by: Samantaz Fox <coding@samantaz.fr> | |||
| 2021-09-26 | Use default timeout (5 seconds) for YT pool (#2430) | syeopite | |
| 2021-09-24 | Add documentation to extractors.cr | syeopite | |
| 2021-09-24 | Typos and tiny styling changes | syeopite | |
| 2021-09-24 | Bountiful extractor changes | syeopite | |
| - Add extract_text to simplify extraction of InnerTube texts - Add helper extractor methods to reduce repetition in parsing InnerTube - Change [] more than 2 blocks long to use #dig or #dig? - Remove useless ?.try blocks for items that always exists - Add (some) documentation to VideoRendererParser | |||
| 2021-09-24 | Overhaul extractors.cr to use modules | syeopite | |
| 2021-09-24 | Switch to structs in extractors.cr for performance | syeopite | |
| 2021-09-24 | Improve documentation for extract_item(s) funcs | syeopite | |
| 2021-09-24 | Fix extract_videos | syeopite | |
| 2021-09-24 | Manually extract category refactor from 1b569bbc99207cae7c20aa285f42477ae361dd30 | syeopite | |
| Also fixes some errors caused by cherry-picking | |||
