Skip to content

Commit

Permalink
Update outdated avclub rss link
Browse files Browse the repository at this point in the history
  • Loading branch information
Enrico B committed Aug 23, 2017
1 parent a7c7723 commit e555fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/sources/av-club.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const Feed = require('./feed');
const types = require('../types');

const AVClub = new Feed('http://www.avclub.com/feeds/rss/', types.AVClub)
const AVClub = new Feed('http://www.avclub.com/rss/', types.AVClub)

module.exports = AVClub;

0 comments on commit e555fd0

Please sign in to comment.