Skip to content

Commit

Permalink
Testing new URL scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
gregordr committed Nov 5, 2018
1 parent d024434 commit 3fcf812
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class YoutubeTrendingLinkHandlerFactory extends ListLinkHandlerFactory {
public String getUrl(String id, List<String> contentFilters, String sortFilter) {
switch(id) {
case "Trending": return "https://www.youtube.com/feed/trending";
case "Music": return "https://bit.ly/2CCie5E";
case "Music": return "https://www.youtube.com/feed/trending" + "?bp=" + "4gIuCggvbS8wNHJsZhIiUExGZ3F1TG5MNTlhbUxKTVppZ1N5TFpsUmV2UUhlcVBsaA%3D%3D";
case "Live": return "https://bit.ly/2OKDQE9";
case "Gaming": return "https://bit.ly/2Rc0q5h";
case "Movies": return "https://bit.ly/2AqjBCN";
Expand Down

0 comments on commit 3fcf812

Please sign in to comment.