Replies: 209 comments 41 replies
-
Give us some time, we are working to resolve this issue. |
Beta Was this translation helpful? Give feedback.
-
Ok take your time no problem 🤝 |
Beta Was this translation helpful? Give feedback.
-
me too, just trying to apply your API yesterday and it seems work, just in few hours and i cant access the video also. so its the encryption to the video sources got changed |
Beta Was this translation helpful? Give feedback.
-
Duplicate of #82 |
Beta Was this translation helpful? Give feedback.
-
Same issue here! |
Beta Was this translation helpful? Give feedback.
-
+1 What part of the application is failing? Is it the webscraper? |
Beta Was this translation helpful? Give feedback.
-
The application isn't failing, it's just that the |
Beta Was this translation helpful? Give feedback.
-
@ghoshRitesh12 it is fixable right? |
Beta Was this translation helpful? Give feedback.
-
{ Current response on api url /api/v2/hianime/episode/sources?animeEpisodeId=steinsgate-3?ep=230&server=hd-1&category=dub |
Beta Was this translation helpful? Give feedback.
-
Strange... I did not update my project to the latest version of this repo, but it broke inside my project. Could it be that HiAnime is tackeling webscrapers to prevent external users to use their database of videos? |
Beta Was this translation helpful? Give feedback.
-
@bindothorpe the thing is hianime uses megacloud.tv servers to store their videos. Now this video hosting provider has changed their mechanism of encrypting and decrypting data. That's why the project broke without having a version bump. |
Beta Was this translation helpful? Give feedback.
-
That makes sense. I wish you all the luck you need to find a solution! I will be checking this repo every couple days to check for further updates! Love the work you have done. |
Beta Was this translation helpful? Give feedback.
-
@ghoshRitesh12 can i have your discord? |
Beta Was this translation helpful? Give feedback.
-
username: riteshgsh |
Beta Was this translation helpful? Give feedback.
-
Can we replicate it in kotlin as well ? |
Beta Was this translation helpful? Give feedback.
-
Guys i have a question can we host this api in cPanel |
Beta Was this translation helpful? Give feedback.
-
Anyone have knowledge on decrypting this js ? i want to decrypt the string https://plyrxcdn.site/assets/js/library_v4.0.js |
Beta Was this translation helpful? Give feedback.
-
Yup it is
…On Tue, 24 Dec 2024 at 2:34 PM, ANIMEGERS! ***@***.***> wrote:
Anyone else notice that vercel's 100gb-hr function blews up in few days
even tho you haven't used 2gb bandwidth out of 100gb?
—
Reply to this email directly, view it on GitHub
<#88 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AY5ZZSOIVS3Y3BBAOPICMYT2HEPQ7AVCNFSM6AAAAABT7ASITKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNRVGY3TKMI>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Merry Christmas everyone!! |
Beta Was this translation helpful? Give feedback.
-
Merry Christmas Everyone 🎄❤️ |
Beta Was this translation helpful? Give feedback.
-
Is there any way to download anime from this API or other that use that use this type of animeId..? |
Beta Was this translation helpful? Give feedback.
-
hi everyone. i wrote that megacloud wasm thing in python, and for some reason the wasm module gives wrong pid, i think. can someone tell what could be the reason, because i checked everything (values in fake window, canvas, nodelist, etc., the order of functions that are called by wasm, values that are returned by those functions) and to me it seems right. im just out of ideas |
Beta Was this translation helpful? Give feedback.
-
Does anyone know about any manga api ..? |
Beta Was this translation helpful? Give feedback.
-
🎉 We made a discord server, feel free to join it. |
Beta Was this translation helpful? Give feedback.
-
Happy New Year everyone!! |
Beta Was this translation helpful? Give feedback.
-
Happy New Year everyone ❤️ |
Beta Was this translation helpful? Give feedback.
-
Hi everyone I just made an api called hianime spotlight it still uses this API but now it's included the anilist id in the spotlight data as well . I made this incase anyone wanted to use consumet API meta anilist and this API maybe for spotlgith and episodes as well https://github.com/anime-kun32/hianime-spotlight |
Beta Was this translation helpful? Give feedback.
-
@ghoshRitesh12 can you please help me here ? I'm trying to scrape https://vibe.gogoanime.org.es/streaming.php?id=bogus-skill-lesslessfruitmastergreatergreater-about-that-time-i-became-able-to-eat-unlimited-numbers-of-skill-fruits-that-kill-you-19465&ep=131269&server=hd-1&type=sub I found the source for the video the m3u8 file but I can't seem to find the source for the subtitle, while going through the element I found that the subtitle is actually being rendered in the DOM any I can find like the actual dource of the subtitle where it's being hosted |
Beta Was this translation helpful? Give feedback.
-
I need to try, thanks! |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
API response don't have any streaming source
Expected behavior
{
success: true,
data: {
headers: {
Referer: string,
"User-Agent": string,
...
},
sources: [
{
url: string, // .m3u8 hls streaming file
isM3U8: boolean,
quality?: string,
},
{...}
],
subtitles: [
{
lang: "English",
url: string, // .vtt subtitle file
},
{...}
],
anilistID: number | null,
malID: number | null
}
}
Actual behavior
{
"success": true,
"results": {
"streamingLink": [
{
"id": "578153",
"type": "dub",
"link": [],
"tracks": [],
"server": "HD-1"
},
{
"id": "52961",
"type": "dub",
"link": [],
"tracks": [],
"server": "HD-2"
},
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions