Skip to content

Commit

Permalink
fix(route): gogoanimehd (#13935)
Browse files Browse the repository at this point in the history
* add gogoanime

* updated data being sent

* update radar.js

* update for loop to a map

* update docs path
change from multimedia to anime

* add docs for gogoanimehd

* change the title to a string,
move the episode to the description

* Update lib/v2/gogoanimehd/radar.js

rename title value in radar.js

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* update gogoanimehd url for getting data

* Revert "update gogoanimehd url for getting data"

This reverts commit 530cb8b.

* Reapply "update gogoanimehd url for getting data"

This reverts commit ad0e681.

* style: auto format

* remove duplicate route from anime.mdx

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
user4302 and github-actions[bot] authored Dec 1, 2023
1 parent d03b2c4 commit ce1d349
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/v2/gogoanimehd/radar.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
'gogoanimehd.io': {
'anitaku.to': {
_name: 'Gogoanime',
developer: [
{
Expand Down
2 changes: 1 addition & 1 deletion lib/v2/gogoanimehd/recent-releases.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const got = require('@/utils/got');
const cheerio = require('cheerio');

module.exports = async (ctx) => {
const rootUrl = 'https://gogoanimehd.io';
const rootUrl = 'https://anitaku.to/home.html';

const response = await got({
method: 'get',
Expand Down
1 change: 0 additions & 1 deletion website/docs/routes/anime.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ If you subscribe to [Discounted works Latest Discounts - Newest to Oldest](https

<Route author="user4302" example="/gogoanimehd/recent-releases" path="/gogoanimehd/recent-releases" />


## Hanime.tv {#hanime.tv}

### Recently updated {#hanime.tv-recently-updated}
Expand Down

0 comments on commit ce1d349

Please sign in to comment.