Fix comedy genre URL

このコミットが含まれているのは:
Omar Roth 2019-05-14 08:02:55 -05:00
コミット a4134d30fa
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: B8254FB7EC3D37F2
1個のファイルの変更3行の追加1行の削除

ファイルの表示

@ -1174,8 +1174,10 @@ def fetch_video(id, proxies, region)
genre_url = html.xpath_node(%(//ul[contains(@class, "watch-info-tag-list")]/li/a[text()="#{genre}"])).try &.["href"]
# Sometimes YouTube tries to link to invalid/missing channels, so we fix that here
# YouTube provides invalid URLs for some genres, so we fix that here
case genre
when "Comedy"
genre_url = "/channel/UCQZ43c4dAA9eXCQuXWu9aTw"
when "Education"
genre_url = "/channel/UCdxpofrI-dO6oYfsqHDHphw"
when "Gaming"