mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-12-21 18:38:50 +00:00
Add menu for selecting trending page
This commit is contained in:
@@ -7,7 +7,7 @@ def fetch_trending(trending_type, proxies, region, locale)
|
||||
region = region.upcase
|
||||
|
||||
trending = ""
|
||||
if trending_type
|
||||
if trending_type && trending_type != "Default"
|
||||
trending_type = trending_type.downcase.capitalize
|
||||
|
||||
response = client.get("/feed/trending?gl=#{region}&hl=en", headers).body
|
||||
|
||||
Reference in New Issue
Block a user