HQAnime / AnimeGo-Re

An unofficial app for gogoanime
MIT License
89 stars 3 forks source link

GoGoAnime url #17

Closed HenryQuan closed 5 years ago

HenryQuan commented 5 years ago

Which one is real? It seems to be https://www20.gogoanimes.tv/

HenryQuan commented 5 years ago

https://www1.gogoanime.io/ I think this is the real one. I will do some styling and update the app later.

HenryQuan commented 5 years ago

Ahh, my ISP blocked this site... That's why I was so confused. I will try and update the UI a little bit.

HenryQuan commented 5 years ago

https://www.gogoanimes.tv also works

alvis168 commented 4 years ago

can i change default domain?

HenryQuan commented 4 years ago

When version are you using? For the lastest one, you cannot because it will always be up to date. Is there any reason why you want to change the default domain? I can add it back.

alvis168 commented 4 years ago

so what version that i can change the domain?i want to change domain because i want to see anime with sub indonesia,could i have the source project that i can change the domain?

HenryQuan commented 4 years ago

If you go to release and download version 1.1.0, you can go to settings and update the domain name. However, I don't know if it works with other sites. For version 1.2.0, it doesn't support it yet. If you want to get the source code, you can use the master or react-native branch. If you search for gogoanime, I think you can find the domain and change it.

HenryQuan commented 4 years ago

so what version that i can change the domain?i want to change domain because i want to see anime with sub indonesia,could i have the source project that i can change the domain?

I have implemented this in the latest version. It will be possible to change the domain in the next update.

alvis168 commented 4 years ago

so went the next update?or can you help me how to scrape anime from website and display to aplication? Pada tanggal 22 Jun 2020 20:17, "Yiheng" notifications@github.com menulis:

so what version that i can change the domain?i want to change domain because i want to see anime with sub indonesia,could i have the source project that i can change the domain?

I have implemented this in the latest version. It will be possible to change the domain in the next update.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/HenryQuan/AnimeGo-Re/issues/17#issuecomment-647513333, or unsubscribe https://github.com/notifications/unsubscribe-auth/APLR3U3PLUMAH74QCYIAHODRX5KXXANCNFSM4GYCA6UQ .

HenryQuan commented 4 years ago

@alvis168 it will update soon. If you want to scrape anime from website, you need to parse the html or use some kind of APIs. Always use API whenever possible but for this app, I simply parsed the html as a model and presented it with UI. Can you send me the link of the site? This app only works for gogoanime website and it won't work for any other site.

** I am actually learning Indonesian at the moment. Still really beginner but at least I know menulis is write.

alvis168 commented 4 years ago

i think the website that i want to scrape doesn't have API, riie.jp that the website that i want to scrape. i hope you can help me to make anime app with that website, Pada tanggal 23 Jun 2020 07:27, "Yiheng" notifications@github.com menulis:

@alvis168 https://github.com/alvis168 it will update soon. If you want to scrape anime from website, you need to parse the html or use some kind of APIs. Always use API whenever possible but for this app, I simply parsed the html as a model and presented it with UI. Can you send me the link of the site? This app only works for gogoanime website and it won't work for any other site.

** I am actually learning Indonesian at the moment. Still really beginner but at least I know menulis is write.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/HenryQuan/AnimeGo-Re/issues/17#issuecomment-647835644, or unsubscribe https://github.com/notifications/unsubscribe-auth/APLR3U3CCORTGDMGKFPGONDRX7ZH3ANCNFSM4GYCA6UQ .

HenryQuan commented 4 years ago

I have checked that website. It is possible to scrape it but I don't think I will write an app for it. However, you can use the source code of this app as a base and build an app on top of it. You need to update links and parsers to work with that website. It shouldn't be that difficult because they put links in the html. I had to use a little bit of their hidden API for this app.

Also, don't forget that the issue section should only be used to report issues relating to this app. This is always a bit off topic.

alvis168 commented 4 years ago

i have done scrape that site,but i dont know how to show video that site to app,and how to parse that site? Pada tanggal 23 Jun 2020 09:34, "Yiheng" notifications@github.com menulis:

I have checked that website. It is possible to scrape it but I don't think I will write an app for it. However, you can use the source code of this app as a base and build an app on top of it. You need to update links and parsers to work with that website. It shouldn't be that difficult because they put links in the html. I had to use a little bit of their hidden API for this app.

Also, don't forget that the issue section should only be used to report issues relating to this app. This is always a bit off topic.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/HenryQuan/AnimeGo-Re/issues/17#issuecomment-647870151, or unsubscribe https://github.com/notifications/unsubscribe-auth/APLR3U6HH3UMPLVXOVBWVRDRYAID7ANCNFSM4GYCA6UQ .

HenryQuan commented 4 years ago

If you read my source code, you will see that I simply use a webview to play the video. It is not ideal and ideally, you want to get the video link from the website somehow. This is really off topic because this issue is about the domain for gogoanime so I will lock it now.