aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* onKeyDown: ignore plyr CustomEventszrose5842022-08-071-0/+1
|
* Set exact versions of packages from pipJesus2022-08-072-47/+47
|
* fix figure tag of sc-videoJesús2022-05-311-0/+3
|
* set badgeJesús2022-05-311-1/+1
|
* Merge branch 'master' of ssh://c.hgit.ga/software/yt-local into masterJesús2022-05-300-0/+0
|\
| * Fevert update plyrJesús2022-05-305-3233/+3877
| | | | | | | | | | because iceweasel not support engine v8+ More info: https://repo.palemoon.org/MoonchildProductions/UXP/issues/1675
* | Revert update plyrJesús2022-05-305-3233/+3877
|/ | | | | because iceweasel not support engine v8+ More info: https://repo.palemoon.org/MoonchildProductions/UXP/issues/1675
* Fix preview_thumbnailsJesús2022-05-302-9/+8
| | | | use 'deep_get' for storyboard
* Filter out noisy video routing requests in consoleJames Taylor2022-03-301-4/+6
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* Extract captions base_url using different method when missingJames Taylor2022-03-301-0/+19
| | | | | | | | | | The base url will be randomly missing. Take one of the listed captions urls which already has the &lang and automatic specifiers. Then remove these specifiers. Signed-off-by: Jesús <heckyel@hyperbola.info>
* Fix exception when _captions_base_url is not presentJames Taylor2022-03-303-2/+9
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* [embed]: Fix undefined storyboard_url and add licenseJesús2022-02-212-2/+11
|
* Fix failing exit node retry testJames Taylor2022-02-161-2/+1
| | | | | | The urllib3 retries.history wasn't working anyways Signed-off-by: Jesús <heckyel@hyperbola.info>
* Fix error during exit blockage detection when Set-Cookie missingJames Taylor2022-02-151-1/+1
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* Fix MaxRetryErrors due to Tor exit node blockageJames Taylor2022-02-151-3/+16
| | | | | | | | Sometimes YouTube redirects to a google.com/sorry page, seemingly setting up redirect loops. Other times the url redirects to itself. Signed-off-by: Jesús <heckyel@hyperbola.info>
* update plyr configJesús2022-02-111-0/+5
|
* Update plyr moduleJesús2022-02-115-47/+107
|
* README.md: update public instanceJesús2022-02-061-1/+1
|
* check variable author_descriptionJesús2022-01-311-5/+7
|
* Fix author in playlistJesús2022-01-311-10/+9
|
* Fix name settings in hotkeysJesús2022-01-291-1/+1
|
* hotkeys.js: fix 'f'Jesús2022-01-291-2/+11
|
* also autofocus search for /results or on errorzrose5842022-01-291-1/+1
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* README.md: minor fixJesús2022-01-201-1/+1
|
* [Design]: fix author_descriptionJesús2022-01-171-2/+12
|
* handle missing storyboardzrose5842022-01-173-4/+6
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* add preview thumbnailszrose5842022-01-094-0/+71
| | | | Signed-off-by: Jesús <heckyel@hyperbola.info>
* Add application/vnd.ms-excel as CSV mime typeAndreas2021-12-311-1/+1
| | | | | | Windows sends application/vnd.ms-excel as MIME Type instead of text/csv Signed-off-by: Jesús <heckyel@hyperbola.info>
* [FrontEnd]: fix placeholder in play-boxJesús2021-12-311-1/+1
|
* [FrontEnd]: fix dropdown designJesús2021-12-319-59/+39
|
* [FrontEnd]: remove unused stylesJesús2021-12-311-91/+0
|
* [FrontEnd]: fix missing unsubscribe styleJesús2021-12-312-3/+274
|
* [FrontEnd]: light_theme, change link-visited colorJesús2021-12-271-1/+1
|
* [FrontEnd]: fix dropdown designJesús2021-12-2711-53/+116
|
* fix: falied load resource: net:: ERR_FILE_NOT_FOUNDJesús2021-12-271-1/+6
|
* update formatsJesús2021-12-271-4/+8
|
* Disable dislikesJesús2021-12-263-7/+1
| | | | Ref: https://blog.youtube/news-and-events/update-to-youtube/
* [.gitignore]: updateJesús2021-12-261-0/+1
|
* Delete unused fileJesús2021-12-261-547/+0
|
* Disable 'Prefer integrated sources' for defaultJesús2021-12-262-1/+548
|
* change by default format, priority FLOSS formatsJesús2021-12-261-8/+8
|
* [FrontEnd]: improved settings designJesús2021-12-264-3/+10
|
* [frontend]: fix design in playlistJesús2021-12-181-0/+6
|
* [frontend]: fix reporInfo in prototypeJesús2021-12-161-0/+3
|
* [frontend]: relax find segmentJesús2021-12-161-1/+4
|
* [frontend]: fix global scope, change var to letJesús2021-12-167-84/+87
|
* [Design]: short Clear textJesús2021-12-031-1/+1
|
* [Design]: add 0.5rem for grid-gap (col and row)Jesús2021-12-031-3/+3
|
* update public instanceJesús2021-11-291-1/+1
|
* Work around video throttling using android user-agentJames Taylor2021-10-181-34/+35
| | | | | | Temporary fix for #95 Signed-off-by: Jesús <heckyel@hyperbola.info>