Skip to content

Commit

Permalink
chore: update 9anime crawler url
Browse files Browse the repository at this point in the history
  • Loading branch information
AXeL-dev committed Sep 17, 2022
1 parent 93bfb87 commit d2a18ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app/crawlers/vosten/9anime.crawler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ export class NineAnimeCrawler extends LatestEpisodesCrawler {

_getLatestEpisodes(): Observable<Episode[]> {
return this.scraper.scrape(
encodeURI(
`${this.baseUrl}/filter?status[0]=releasing&status[1]=completed&language[]=sub&sort=release_date&genre_mode=and`
),
`${this.baseUrl}/updated`,
'div#list-items > .item',
{
anime: {
Expand Down

0 comments on commit d2a18ee

Please sign in to comment.