Skip to content

Commit

Permalink
fix(GoGoAnime): domain name change (#8271)
Browse files Browse the repository at this point in the history
* fix(GoGoAnime): regexp

* fix(GoGoAnime): removed unsupported "cs" description

* fix(gogoanime): re-include old domain

* fix(gogoanime): added .info domain
  • Loading branch information
DMCroww authored Apr 16, 2024
1 parent b9a75e2 commit 42f81b5
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions websites/G/Gogoanime/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,18 @@
],
"service": "Gogoanime",
"description": {
"en": "Watch anime online in English. You can watch free series and movies online and English subtitle. Free download high quality anime.",
"nl": "Bekijk anime online in het Engels. U kunt gratis series en films online bekijken met Engelse ondertiteling. Gratis download anime van hoge kwaliteit."
"en": "Watch anime series and movies with English sub & dub options. Download high-quality anime for free.",
"nl": "Bekijk anime series en films met Engelse sub & dub opties. Download gratis anime van hoge kwaliteit.",
"es": "Ver series y películas de anime con subtítulos y doblaje en inglés. Descarga anime de alta calidad gratis.",
"de": "Schauen Sie Anime-Serien und -Filme mit englischen Untertiteln und Synchronisation. Laden Sie hochwertige Anime kostenlos herunter."
},
"url": [
"gogotaku.info",
"gogoanime.pe",
"gogoanime.vc",
"gogoanime.news"
"anitaku.so"
],
"regExp": "((w)?ww([0-9]*)?[.])?(gogoanime[s]?)([0-9]+)?([.].*)",
"version": "2.1.12",
"regExp": "(ww(w*|[0-9]*)\\.)?(anitaku|gogoanime|gogotaku)([0-9]+)?\\..*",
"version": "2.1.13",
"logo": "https://cdn.rcd.gg/PreMiD/websites/G/Gogoanime/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/G/Gogoanime/assets/thumbnail.png",
"color": "#FFC119",
Expand All @@ -32,5 +34,5 @@
"streaming"
],
"iframe": true,
"iFrameRegExp": "(gogo(hd)?[.][a-z]*)|(sbplay([0-9]*)?[.][a-z]*)|(fembed(-hd)?[.][a-z]*)|(mp4(-)?upload[.][a-z]*)|(.*)"
"iFrameRegExp": "(gogo(hd)?\\.[a-z]*)|(sbplay([0-9]*)?\\.[a-z]*)|(fembed(-hd)?\\.[a-z]*)|(mp4(-)?upload\\.[a-z]*)|(embtaku\\.[a-z]*)|(.*)"
}

0 comments on commit 42f81b5

Please sign in to comment.