no1b4me commited on
Commit
984b721
·
verified ·
1 Parent(s): 396151e

Update src/iptorrents.js

Browse files
Files changed (1) hide show
  1. src/iptorrents.js +1 -1
src/iptorrents.js CHANGED
@@ -7,7 +7,7 @@ const readTorrentPromise = promisify(readTorrent);
7
  const RSS_FEEDS = [
8
  {
9
  name: 'IPT',
10
- url: 'https://ipt.beelyrics.net/t.rss?u=2181360;tp=aa51b88f9fa0d5abdbb925b10c0d9d59;48;20;7;100;101;90;89;68;6;62;54;22;99;4;5;65;23;26;79;25;24'
11
  }
12
  ];
13
 
 
7
  const RSS_FEEDS = [
8
  {
9
  name: 'IPT',
10
+ url: 'https://ipt.beelyrics.net/t.rss?u=2181360;tp=aa51b88f9fa0d5abdbb925b10c0d9d59;48;20;7;100;101;90;89;68;6;62;54;22;99;4;5;65;23;26;79;25;24;download'
11
  }
12
  ];
13