diff options
author | James Taylor <user234683@users.noreply.github.com> | 2020-08-12 14:46:29 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2020-08-12 14:46:29 -0700 |
commit | ac9b7f01620210de55d4bb50808877f2a0f4ccef (patch) | |
tree | fd17f1602b2778de0f1d9fe765252e874dcdd744 /youtube/templates/channel.html | |
parent | 4bedf554610191065f374492ab261260d9d5492a (diff) | |
download | yt-local-ac9b7f01620210de55d4bb50808877f2a0f4ccef.tar.lz yt-local-ac9b7f01620210de55d4bb50808877f2a0f4ccef.tar.xz yt-local-ac9b7f01620210de55d4bb50808877f2a0f4ccef.zip |
Switch to desktop endpnt w/ new ctoken format except sort by old>1
Sorting by old for pages > 1 currently broken on some channels;
it's still using the mobile endpoint.
Diffstat (limited to 'youtube/templates/channel.html')
-rw-r--r-- | youtube/templates/channel.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/youtube/templates/channel.html b/youtube/templates/channel.html index ef2bedf..a0cdff9 100644 --- a/youtube/templates/channel.html +++ b/youtube/templates/channel.html @@ -68,13 +68,6 @@ .item-grid{ padding-left: 20px; } - .item-grid .horizontal-item-box .item{ - width:330px; - } - .no-description .thumbnail-box{ - width: 120px; - height:90px; - } .item-list{ width:800px; margin: auto; |