mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-19 09:52:21 +08:00
fix(route): gogoanimehd (#13935)
* 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 commit530cb8b3d9. * Reapply "update gogoanimehd url for getting data" This reverts commitad0e681ae6. * style: auto format * remove duplicate route from anime.mdx --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
Tony
github-actions[bot]
parent
d03b2c41bc
commit
ce1d3490cd
@@ -1,5 +1,5 @@
|
||||
module.exports = {
|
||||
'gogoanimehd.io': {
|
||||
'anitaku.to': {
|
||||
_name: 'Gogoanime',
|
||||
developer: [
|
||||
{
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user