Update src/iptorrents.js
Browse files- src/iptorrents.js +2 -2
src/iptorrents.js
CHANGED
@@ -24,7 +24,7 @@ async function downloadAndParseTorrent(url) {
|
|
24 |
headers: {
|
25 |
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36',
|
26 |
'Accept': '*/*',
|
27 |
-
'Cookie': 'uid=
|
28 |
'Referer': 'https://ipt.beelyrics.net/',
|
29 |
'Origin': 'https://ipt.beelyrics.net'
|
30 |
}
|
@@ -149,7 +149,7 @@ async function fetchRSSFeeds(imdbId) {
|
|
149 |
headers: {
|
150 |
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36',
|
151 |
'Accept': 'application/rss+xml,application/xml,text/xml',
|
152 |
-
'Cookie': 'uid=
|
153 |
'Referer': 'https://ipt.beelyrics.net/',
|
154 |
'Origin': 'https://ipt.beelyrics.net'
|
155 |
}
|
|
|
24 |
headers: {
|
25 |
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36',
|
26 |
'Accept': '*/*',
|
27 |
+
'Cookie': 'uid=2096364; pass=1379495a6edf34fcab054f0a1bc22bcf; login=1',
|
28 |
'Referer': 'https://ipt.beelyrics.net/',
|
29 |
'Origin': 'https://ipt.beelyrics.net'
|
30 |
}
|
|
|
149 |
headers: {
|
150 |
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36',
|
151 |
'Accept': 'application/rss+xml,application/xml,text/xml',
|
152 |
+
'Cookie': 'uid=2096364; pass=1379495a6edf34fcab054f0a1bc22bcf; login=1',
|
153 |
'Referer': 'https://ipt.beelyrics.net/',
|
154 |
'Origin': 'https://ipt.beelyrics.net'
|
155 |
}
|