Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Relax error and send error_code to template | Jesus E | 2023-06-19 | 1 | -1/+5 |
| | |||||
* | Add functional but preliminary channel tab support | Jesus E | 2023-06-17 | 1 | -4/+4 |
| | | | | | | | Add channel tabs to the channel template and script Update continuation token to request different tabs Add support for 'reelItemRenderer' format required to extract shorts | ||||
* | Fix music list extraction | Jesus E | 2023-05-28 | 1 | -1/+5 |
| | | | | Closes #160 | ||||
* | Update channel to new ctoken format | Jesus E | 2023-05-28 | 1 | -1/+1 |
| | | | | | | Huge thanks to @michaelweiser Different sortings still don't work for videos and playlists | ||||
* | Fix missing id into input tag | Jesús | 2022-10-05 | 1 | -2/+2 |
| | |||||
* | Fix self closing tag w3c issues | Jesús | 2022-10-05 | 12 | -30/+30 |
| | |||||
* | Disable download by RIAA issues | Jesús | 2022-10-05 | 2 | -2/+6 |
| | | | | | Ref: https://torrentfreak.com/riaa-thwarts-youts-attempt-to-declare-youtube-ripping-legal-221002/ Archive: https://archive.ph/OZQbN | ||||
* | Revert update plyr | Jesús | 2022-05-30 | 2 | -2/+2 |
| | | | | | because iceweasel not support engine v8+ More info: https://repo.palemoon.org/MoonchildProductions/UXP/issues/1675 | ||||
* | [embed]: Fix undefined storyboard_url and add license | Jesús | 2022-02-21 | 2 | -2/+11 |
| | |||||
* | Update plyr module | Jesús | 2022-02-11 | 2 | -2/+2 |
| | |||||
* | check variable author_description | Jesús | 2022-01-31 | 1 | -5/+7 |
| | |||||
* | Fix author in playlist | Jesús | 2022-01-31 | 1 | -10/+9 |
| | |||||
* | also autofocus search for /results or on error | zrose584 | 2022-01-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | [Design]: fix author_description | Jesús | 2022-01-17 | 1 | -2/+12 |
| | |||||
* | add preview thumbnails | zrose584 | 2022-01-09 | 1 | -0/+1 |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | [FrontEnd]: fix placeholder in play-box | Jesús | 2021-12-31 | 1 | -1/+1 |
| | |||||
* | [FrontEnd]: fix missing unsubscribe style | Jesús | 2021-12-31 | 1 | -3/+5 |
| | |||||
* | fix: falied load resource: net:: ERR_FILE_NOT_FOUND | Jesús | 2021-12-27 | 1 | -1/+6 |
| | |||||
* | Disable dislikes | Jesús | 2021-12-26 | 1 | -1/+1 |
| | | | | Ref: https://blog.youtube/news-and-events/update-to-youtube/ | ||||
* | [Design]: short Clear text | Jesús | 2021-12-03 | 1 | -1/+1 |
| | |||||
* | improve quality-select | Jesús | 2021-09-14 | 1 | -8/+10 |
| | |||||
* | playlist: add license to javascript code | Jesús | 2021-09-10 | 1 | -0/+2 |
| | |||||
* | Add a button to remove playlist | Mageas | 2021-09-10 | 1 | -0/+8 |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | Redo av codec settings & selections to accomodate webm | James Taylor | 2021-09-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Allows for ranked preferences for h264, av1, and vp9 codecs in settings, along with equal preferences which are tiebroken using smaller file size. For each quality, gives av-merge a list of video sources and audio sources sorted based on preference & file size. It will pick the first one that the browser supports. Closes #84 Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | Subscriptions manager: Make file input required | James Taylor | 2021-09-01 | 1 | -1/+1 |
| | | | | | | This avoids an ugly error if the user forgets to select a file Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | Add NewPipe subscriptions import and export | James Taylor | 2021-09-01 | 1 | -1/+2 |
| | | | | | | Closes #82 Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | embed: plyr shasum update | Jesús | 2021-08-31 | 1 | -1/+1 |
| | |||||
* | plyr: remove sourceMappingURL=plyr.min.js.map | Jesús | 2021-08-31 | 1 | -1/+1 |
| | |||||
* | subscriptions: Support new subscriptions.csv format | James Taylor | 2021-08-31 | 1 | -1/+1 |
| | | | | | | | | According to https://github.com/iv-org/invidious/issues/2319 Google Takeout changed the format from json to csv Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | fix "Security Error: Content, may not load data from blob" | Jesús | 2021-08-30 | 1 | -1/+1 |
| | |||||
* | licenses.html: update | Jesús | 2021-08-29 | 1 | -6/+11 |
| | |||||
* | Fix embed page broken due to changes to jinja variables | James Taylor | 2021-08-29 | 1 | -3/+3 |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | watch.html: Move loose inline javascript into watch.js | Jesús | 2021-08-29 | 1 | -215/+4 |
| | | | | | | | | The number of inline code blocks and the dependencies between them became unmanageable. From 9d96c07a3c2e68f1893634574c3be64e41a2c041 Mon Sep 17 00:00:00 2001 From: James Taylor <user234683@users.noreply.github.com> | ||||
* | Prevent Firefox from remembering quality select on page refresh | James Taylor | 2021-08-29 | 1 | -1/+1 |
| | | | | | | | | | The video quality is only changed when the quality selector changes. If it was changed and the user refreshes, Firefox remembers the selected value, but since no change event is fired, the select will display the wrong quality. Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | Integrate quality selection into Plyr | James Taylor | 2021-08-29 | 1 | -28/+26 |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | fix missing data variable | Jesús | 2021-08-29 | 2 | -0/+15 |
| | |||||
* | avmerge: Close streams to avoid errors while changing quality | James Taylor | 2021-08-29 | 1 | -0/+2 |
| | | | | | | | | | | | | | If a fetchRange network request finished after the quality was changed, there would be a "InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable" because appendSegment was trying to append to the sourceBuffer that was unusable after the video src was changed to a new mediaSource. Adds a close method to the AVMerge class to properly clean and close everything so these sorts of errors won't happen. Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | Add video quality selector | James Taylor | 2021-08-29 | 1 | -3/+45 |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | Add support for more qualities, merging video+audio using MSE | James Taylor | 2021-08-29 | 2 | -5/+9 |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | Revert "Add support for more qualities, merging video+audio using MSE" | Jesús | 2021-08-29 | 2 | -9/+5 |
| | | | | This reverts commit d56df02e7b1eba86baf511289208295b1f6c5a50. | ||||
* | Add support for more qualities, merging video+audio using MSE | James Taylor | 2021-08-29 | 2 | -5/+9 |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | [frontend]: fix current version | Jesús | 2021-08-27 | 1 | -2/+2 |
| | |||||
* | [frontend]: improve current version | Jesús | 2021-08-27 | 1 | -1/+1 |
| | |||||
* | [embed]: minor fix | Jesús | 2021-08-14 | 1 | -1/+1 |
| | |||||
* | [embed]: fix sha512sum | Jesús | 2021-08-14 | 1 | -38/+2 |
| | |||||
* | [librejs]: add mising plyr-start.js | Jesús | 2021-08-14 | 1 | -0/+5 |
| | |||||
* | [Frontend]: fix macro | Jesús | 2021-08-14 | 1 | -7/+7 |
| | |||||
* | [plyr]: update | Jesús | 2021-08-09 | 1 | -38/+2 |
| | |||||
* | Comments: Fix exceptions when ctoken metadata are missing (None) | James Taylor | 2021-08-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Jesús <heckyel@hyperbola.info> | ||||
* | fix missing plyr on embed | Jesús | 2021-07-05 | 1 | -1/+64 |
| |