aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates
Commit message (Collapse)AuthorAgeFilesLines
* Refactor styles on video playback pageAstound2024-01-291-7/+1
| | | | | | | | | Made changes to the styles on the video playback page to enhance visibility and address issues with the video player. Added a new custom style file for Plyr, and removed redundant and unused styles in watch.css. Specific changes: - Added custom_plyr.css for Plyr styles. - Removed redundant styles related to playback issues in watch.css
* Revert update plyr0.2.7Astound2024-01-282-2/+2
|
* Fix plyr hash version into embedAstound2024-01-241-1/+1
|
* update plyrAstound2024-01-221-1/+1
|
* Add setting to autoplay videosAstound2024-01-221-1/+1
|
* Fix channel about tabAstound2024-01-221-2/+9
|
* Fix comment count extraction due to 'K/M' postfixesAstound2024-01-221-1/+1
| | | | YouTube now displays 2K comments instead of 2359, for instance
* Put back sort by oldest logic since YouTube added it backAstound2024-01-221-2/+2
| | | | | | Previous commit replaced it with shorts-filtering, use sort code number 4 for that instead. Sort by oldest is still broken pending reverse engineering of new ctoken format, however.
* channels: Use the UU playlist to get videos by defaultAstound2024-01-221-7/+3
| | | | | | | | | This will be much less likely to break moving forward since YouTube rarely changes the playlist api Videos page now includes shorts and streams in the video lsit Also include an option to filter out shorts on the videos page
* Relax error and send error_code to templateJesus E2023-06-191-1/+5
|
* Add functional but preliminary channel tab supportJesus E2023-06-171-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 extractionJesus E2023-05-281-1/+5
| | | | Closes #160
* Update channel to new ctoken formatJesus E2023-05-281-1/+1
| | | | | | Huge thanks to @michaelweiser Different sortings still don't work for videos and playlists
* Fix missing id into input tagJesús2022-10-051-2/+2
|
* Fix self closing tag w3c issuesJesús2022-10-0512-30/+30
|
* Disable download by RIAA issuesJesús2022-10-052-2/+6
| | | | | Ref: https://torrentfreak.com/riaa-thwarts-youts-attempt-to-declare-youtube-ripping-legal-221002/ Archive: https://archive.ph/OZQbN
* Revert update plyrJesús2022-05-302-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 licenseJesús2022-02-212-2/+11
|
* Update plyr moduleJesús2022-02-112-2/+2
|
* check variable author_descriptionJesús2022-01-311-5/+7
|
* Fix author in playlistJesús2022-01-311-10/+9
|
* also autofocus search for /results or on errorzrose5842022-01-291-1/+1
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* [Design]: fix author_descriptionJesús2022-01-171-2/+12
|
* add preview thumbnailszrose5842022-01-091-0/+1
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* [FrontEnd]: fix placeholder in play-boxJesús2021-12-311-1/+1
|
* [FrontEnd]: fix missing unsubscribe styleJesús2021-12-311-3/+5
|
* fix: falied load resource: net:: ERR_FILE_NOT_FOUNDJesús2021-12-271-1/+6
|
* Disable dislikesJesús2021-12-261-1/+1
| | | | Ref: https://blog.youtube/news-and-events/update-to-youtube/
* [Design]: short Clear textJesús2021-12-031-1/+1
|
* improve quality-selectJesús2021-09-141-8/+10
|
* playlist: add license to javascript codeJesús2021-09-101-0/+2
|
* Add a button to remove playlistMageas2021-09-101-0/+8
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* Redo av codec settings & selections to accomodate webmJames Taylor2021-09-061-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 requiredJames Taylor2021-09-011-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 exportJames Taylor2021-09-011-1/+2
| | | | | | Closes #82 Signed-off-by: Jesús <heckyel@hyperbola.info>
* embed: plyr shasum updateJesús2021-08-311-1/+1
|
* plyr: remove sourceMappingURL=plyr.min.js.mapJesús2021-08-311-1/+1
|
* subscriptions: Support new subscriptions.csv formatJames Taylor2021-08-311-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ús2021-08-301-1/+1
|
* licenses.html: updateJesús2021-08-291-6/+11
|
* Fix embed page broken due to changes to jinja variablesJames Taylor2021-08-291-3/+3
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* watch.html: Move loose inline javascript into watch.jsJesús2021-08-291-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 refreshJames Taylor2021-08-291-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 PlyrJames Taylor2021-08-291-28/+26
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* fix missing data variableJesús2021-08-292-0/+15
|
* avmerge: Close streams to avoid errors while changing qualityJames Taylor2021-08-291-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 selectorJames Taylor2021-08-291-3/+45
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* Add support for more qualities, merging video+audio using MSEJames Taylor2021-08-292-5/+9
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* Revert "Add support for more qualities, merging video+audio using MSE"Jesús2021-08-292-9/+5
| | | | This reverts commit d56df02e7b1eba86baf511289208295b1f6c5a50.
* Add support for more qualities, merging video+audio using MSEJames Taylor2021-08-292-5/+9
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>