Skip to content

Commit

Permalink
tvthek.orf.at: Fix credentials
Browse files Browse the repository at this point in the history
Fixes: #227
  • Loading branch information
Lukas0907 committed Jul 12, 2021
1 parent 8fc1f38 commit 69cdde5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions feeds/spiders/tvthek_orf_at.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

class TvthekOrfAtSpider(FeedsSpider):
name = "tvthek.orf.at"
http_user = "ps_android_v3"
http_pass = "6a63d4da29c721d4a986fdd31edc9e41"
http_user = "ps_android_v3_new"
http_pass = "0652e466d1990d1fdf40da08e7933e06"

feed_title = "TVthek.ORF.at"
feed_subtitle = "ORF TVTHEK"
Expand Down

0 comments on commit 69cdde5

Please sign in to comment.