mirror of
https://github.com/mdtahseen7/AnimepaheApi.git
synced 2026-04-17 16:11:44 +00:00
Update animepahe.js
This commit is contained in:
@@ -11,11 +11,11 @@ const path = require('path');
|
||||
*/
|
||||
class AnimePahe {
|
||||
constructor() {
|
||||
this.base = 'https://animepahe.si';
|
||||
this.base = 'https://animepahe.com';
|
||||
this.headers = {
|
||||
'User-Agent': randomUserAgent(),
|
||||
'Cookie': '__ddg1_=;__ddg2_=',
|
||||
'Referer': 'https://animepahe.si/'
|
||||
'Referer': 'https://animepahe.com/'
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user