Forum Settings
Forums
New
Pages (2) « 1 [2]
Jun 7, 2021 10:30 PM
Offline
Oct 2020
3

@hacker09 please help me
Jun 8, 2021 4:43 AM

Offline
Dec 2019
3519
@mzekri

Use this
https://myanimelist.net/forum/?topicid=1877032&show=0#msg62123808
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
Cryptos / Patreon / Ko-Fi / BuyMeaCoffee https://cyber-sec0.github.io
Jun 8, 2021 7:14 AM

Offline
Apr 2021
478
get the .xml file,
extract,
open on notepad
click replace
<update_on_import>0</update_on_import>
to
<update_on_import>1</update_on_import>

I think
“I am the Dark Flame Master. Perish, enveloped in the flames of darkness!”
Jun 8, 2021 7:38 AM

Offline
Dec 2019
3519
@606cypherine

9animelist xml file doesn't has
<update_on_import>0</update_on_import>

So that doesn't work, the problem is that 9animelist xml file is very different from the MAL xml file.
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
Cryptos / Patreon / Ko-Fi / BuyMeaCoffee https://cyber-sec0.github.io
Jun 8, 2021 7:47 AM

Offline
Apr 2021
478
hacker09 said:
@606cypherine

9animelist xml file doesn't has
<update_on_import>0</update_on_import>

So that doesn't work, the problem is that 9animelist xml file is very different from the MAL xml file.


ahh I see, Thank u thank u I appreciate it
“I am the Dark Flame Master. Perish, enveloped in the flames of darkness!”
Aug 16, 2021 6:57 PM
Offline
Oct 2020
3
sanks
mzekriAug 16, 2021 7:18 PM
Aug 16, 2021 8:25 PM
Offline
Oct 2020
3
VictorYerz said:
Hey guys, so I had some time and decided to write the thing from scratch. All you have to do is download the export.txt file from 9anime, upload it in the google colab or a local jupyter notebook and wait for the application to do its thing. The program is using the Jikan unofficial MyAnimeList API by passing the MAL id(s) into it. Due to request limits, each anime will take 2.1s to process with most of the time spent idly waiting on the server. With 400 series you'll have to wait for exactly 14m. You can access the code with additional instructions in the links below.

nbviewer: https://nbviewer.jupyter.org/github/Victoryerz/9animetoMAL/blob/main/MAL_List_Creator.ipynb
google colab: https://colab.research.google.com/drive/1qLxgM18BOcF-2Cl5xsjFYtEMwllLpyFs?usp=sharing

Edit: Alright, so here's a version without the API. It'll finish it in less than a second. The downside is that you won't be able to set some custom parameters, but who am I kidding, you don't need that stuff.

nbviewer: https://nbviewer.jupyter.org/github/Victoryerz/9animetoMAL/tree/main/
google colab: https://colab.research.google.com/drive/1qLxgM18BOcF-2Cl5xsjFYtEMwllLpyFs?usp=sharing

Edit2: I know this is kinda overkill, but here's a browser implementation.

site: https://victoryerz.github.io/9animetoMAL/
what i do?
Aug 22, 2021 11:34 AM
Offline
Jun 2020
1
VictorYerz said:
Hey guys, so I had some time and decided to write the thing from scratch. All you have to do is download the export.txt file from 9anime, upload it in the google colab or a local jupyter notebook and wait for the application to do its thing. The program is using the Jikan unofficial MyAnimeList API by passing the MAL id(s) into it. Due to request limits, each anime will take 2.1s to process with most of the time spent idly waiting on the server. With 400 series you'll have to wait for exactly 14m. You can access the code with additional instructions in the links below.

nbviewer: https://nbviewer.jupyter.org/github/Victoryerz/9animetoMAL/blob/main/MAL_List_Creator.ipynb
google colab: https://colab.research.google.com/drive/1qLxgM18BOcF-2Cl5xsjFYtEMwllLpyFs?usp=sharing

Edit: Alright, so here's a version without the API. It'll finish it in less than a second. The downside is that you won't be able to set some custom parameters, but who am I kidding, you don't need that stuff.

nbviewer: https://nbviewer.jupyter.org/github/Victoryerz/9animetoMAL/tree/main/
google colab: https://colab.research.google.com/drive/1qLxgM18BOcF-2Cl5xsjFYtEMwllLpyFs?usp=sharing

Edit2: I know this is kinda overkill, but here's a browser implementation.

site: https://victoryerz.github.io/9animetoMAL/



Thank you so much man this helped a whole lot!
Aug 27, 2021 3:55 AM
Offline
Aug 2021
1
VictorYerz said:
Hey guys, so I had some time and decided to write the thing from scratch. All you have to do is download the export.txt file from 9anime, upload it in the google colab or a local jupyter notebook and wait for the application to do its thing. The program is using the Jikan unofficial MyAnimeList API by passing the MAL id(s) into it. Due to request limits, each anime will take 2.1s to process with most of the time spent idly waiting on the server. With 400 series you'll have to wait for exactly 14m. You can access the code with additional instructions in the links below.

nbviewer: https://nbviewer.jupyter.org/github/Victoryerz/9animetoMAL/blob/main/MAL_List_Creator.ipynb
google colab: https://colab.research.google.com/drive/1qLxgM18BOcF-2Cl5xsjFYtEMwllLpyFs?usp=sharing

Edit: Alright, so here's a version without the API. It'll finish it in less than a second. The downside is that you won't be able to set some custom parameters, but who am I kidding, you don't need that stuff.

nbviewer: https://nbviewer.jupyter.org/github/Victoryerz/9animetoMAL/tree/main/
google colab: https://colab.research.google.com/drive/1qLxgM18BOcF-2Cl5xsjFYtEMwllLpyFs?usp=sharing

Edit2: I know this is kinda overkill, but here's a browser implementation.

site: https://victoryerz.github.io/9animetoMAL/

Wow, perhaps, this will make me tomorrow.
Thank so much, VictorYerz!
Oct 7, 2021 9:51 PM
Offline
Aug 2021
1
VictorYerz said:
Hey guys, so I had some time and decided to write the thing from scratch. All you have to do is download the export.txt file from 9anime, upload it in the google colab or a local jupyter notebook and wait for the application to do its thing. The program is using the Jikan unofficial MyAnimeList API by passing the MAL id(s) into it. Due to request limits, each anime will take 2.1s to process with most of the time spent idly waiting on the server. With 400 series you'll have to wait for exactly 14m. You can access the code with additional instructions in the links below.

nbviewer: https://nbviewer.jupyter.org/github/Victoryerz/9animetoMAL/blob/main/MAL_List_Creator.ipynb
google colab: https://colab.research.google.com/drive/1qLxgM18BOcF-2Cl5xsjFYtEMwllLpyFs?usp=sharing

Edit: Alright, so here's a version without the API. It'll finish it in less than a second. The downside is that you won't be able to set some custom parameters, but who am I kidding, you don't need that stuff.

nbviewer: https://nbviewer.jupyter.org/github/Victoryerz/9animetoMAL/tree/main/
google colab: https://colab.research.google.com/drive/1qLxgM18BOcF-2Cl5xsjFYtEMwllLpyFs?usp=sharing

Edit2: I know this is kinda overkill, but here's a browser implementation.

site: https://victoryerz.github.io/9animetoMAL/


the file put all animes as complete, there is no way to separate them by folders?
Oct 8, 2021 9:49 AM
Offline
Aug 2011
1530
Danieljesus7 said:

the file put all animes as complete, there is no way to separate them by folders?


There are 5 named sections on MAL.

I see you have 31 shows so that's not too many. Go to the page showing your Completed list, then click 'Edit' on the ones you want to move, change the drop-down for the section and click Submit. Once it says it's been updated, click the X in the corner to close the dialogue, and this way you change change a few without needing to go to the individual anime pages.
Dec 1, 2021 7:08 AM
Offline
Nov 2021
3
VictorYerz said:
Hey guys, so I had some time and decided to write the thing from scratch. All you have to do is download the export.txt file from 9anime, upload it in the google colab or a local jupyter notebook and wait for the application to do its thing. The program is using the Jikan unofficial MyAnimeList API by passing the MAL id(s) into it. Due to request limits, each anime will take 2.1s to process with most of the time spent idly waiting on the server. With 400 series you'll have to wait for exactly 14m. You can access the code with additional instructions in the links below.

nbviewer: https://nbviewer.jupyter.org/github/Victoryerz/9animetoMAL/blob/main/MAL_List_Creator.ipynb
google colab: https://colab.research.google.com/drive/1qLxgM18BOcF-2Cl5xsjFYtEMwllLpyFs?usp=sharing

Edit: Alright, so here's a version without the API. It'll finish it in less than a second. The downside is that you won't be able to set some custom parameters, but who am I kidding, you don't need that stuff.

nbviewer: https://nbviewer.jupyter.org/github/Victoryerz/9animetoMAL/tree/main/
google colab: https://colab.research.google.com/drive/1qLxgM18BOcF-2Cl5xsjFYtEMwllLpyFs?usp=sharing

Edit2: I know this is kinda overkill, but here's a browser implementation.

site: https://victoryerz.github.io/9animetoMAL/


Hey I am still a bit confused, can you explain in a simpler way?
Dec 1, 2021 7:36 AM

Offline
Dec 2019
3519
@MrDust

Explanation

1 Open https://victoryerz.github.io/9animetoMAL/
2 Use https://victoryerz.github.io/9animetoMAL/
3 Done
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
Cryptos / Patreon / Ko-Fi / BuyMeaCoffee https://cyber-sec0.github.io
Jan 31, 2022 2:30 AM
Offline
Nov 2021
1
@VictorYerz

Hi. I tried using https://victoryerz.github.io/9animetoMAL/ but i got an error. Link to screenshot below.

https://i.imgur.com/Yz7BlgQ.jpg

Any assistance is greatly appreciated.

EDIT: I got it to work. Had to use a different browser.
omg2121Jan 31, 2022 9:16 PM
Feb 21, 2022 2:53 PM
Offline
Nov 2020
1
cipheron said:
Danieljesus7 said:

the file put all animes as complete, there is no way to separate them by folders?


There are 5 named sections on MAL.

I see you have 31 shows so that's not too many. Go to the page showing your Completed list, then click 'Edit' on the ones you want to move, change the drop-down for the section and click Submit. Once it says it's been updated, click the X in the corner to close the dialogue, and this way you change change a few without needing to go to the individual anime pages.

@cipheron
Do you know of any other/quicker way to do this? I've got 600+ and dont really want to move them by hand, Thanks
Feb 24, 2022 9:20 PM
Offline
Aug 2011
1530
BobDaRula said:
cipheron said:


There are 5 named sections on MAL.

I see you have 31 shows so that's not too many. Go to the page showing your Completed list, then click 'Edit' on the ones you want to move, change the drop-down for the section and click Submit. Once it says it's been updated, click the X in the corner to close the dialogue, and this way you change change a few without needing to go to the individual anime pages.

@cipheron
Do you know of any other/quicker way to do this? I've got 600+ and dont really want to move them by hand, Thanks


With Greasemonkey scripting it could be done, however to do it with no clicking it'd have to set them all to a specific status, i.e. "Watching". So you could set them all to the *same* status pretty quickly. However if you want to be more specific than that it could probably be gotten down to 1 click per show that you want to move, to choose a status.

I could write that, but there's a guy on the forums in creative section who's written a lot of Greasemonkey scripts already so he'd be able to put it together quicker. I'd think it'd be a one-use script however to get your list in order then take it out.
cipheronFeb 24, 2022 9:24 PM
Feb 24, 2022 9:37 PM

Offline
Dec 2019
3519
@BobDaRula

cipheron was probably talking about me, and I basically already made the scripts he mentioned

They are
https://greasyfork.org/en/scripts/408439-better-buttons-to-change-the-status-of-animes-mangas-and-to-add-scores

And

https://greasyfork.org/en/scripts/437782-add-new-entries-to-your-myanimelist-chiaki
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
Cryptos / Patreon / Ko-Fi / BuyMeaCoffee https://cyber-sec0.github.io
Mar 29, 2022 4:03 AM
Offline
Sep 2021
1
I am facing the same issue, can someone help.
Apr 4, 2022 10:40 AM
Offline
Apr 2022
1
Hey guys, so I had some time and decided to write the thing from scratch. All you have to do is download the export.txt file from 9anime, upload it in the google colab or a local jupyter notebook and wait for the application to do its thing. The program is using the Jikan unofficial MyAnimeList API by passing the MAL id(s) into it. Due to request limits, each anime will take 2.1s to process with most of the time spent idly waiting on the server. With 400 series you'll have to wait for exactly 14m. You can access the code with additional instructions in the links below.

nbviewer: https://nbviewer.jupyter.org/github/Victoryerz/9animetoMAL/blob/main/MAL_List_Creator.ipynb
google colab: https://colab.research.google.com/drive/1qLxgM18BOcF-2Cl5xsjFYtEMwllLpyFs?usp=sharing

Edit: Alright, so here's a version without the API. It'll finish it in less than a second. The downside is that you won't be able to set some custom parameters, but who am I kidding, you don't need that stuff.

nbviewer: https://nbviewer.jupyter.org/github/Victoryerz/9animetoMAL/tree/main/
google colab: https://colab.research.google.com/drive/1qLxgM18BOcF-2Cl5xsjFYtEMwllLpyFs?usp=sharing

Edit2: I know this is kinda overkill, but here's a browser implementation.

site: https://victoryerz.github.io/9animetoMAL/

@VictorYerz your so amazzzzzzing,
Jun 16, 2022 4:19 AM

Offline
Aug 2013
97
@hacker09

Umm do u know how import mal to 9anime cause I already had put the list there already but I have more from here that need to be add more for 9anime but can u help me please
Jun 16, 2022 6:13 PM

Offline
Dec 2019
3519
@HikariHime93

If you didn't modify anything on your MAL lists you can just erase your MAL list, download your new 9anime list, then use a tool of one of those guys

VictorYerz
sang17

made...

Then you just have to upload the 9anime list to MAL again.

But, if you did modify your MAL lists and want to add more entries that you added to your 9anime list after modifying your MAL lists then use one of these scripts

https://greasyfork.org/en/scripts/408439-better-buttons-to-change-the-status-of-animes-mangas-and-to-add-scores

or

https://greasyfork.org/en/scripts/437782-add-new-entries-to-your-myanimelist-chiaki

I could probably make a better userscript for that, but this isn't on my to do list plans.
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
Cryptos / Patreon / Ko-Fi / BuyMeaCoffee https://cyber-sec0.github.io
Jun 16, 2022 6:19 PM

Offline
Aug 2013
97
hacker09 said:
@HikariHime93

If you didn't modify anything on your MAL lists you can just erase your MAL list, download your new 9anime list, then use a tool of one of those guys

VictorYerz
sang17

made...

Then you just have to upload the 9anime list to MAL again.

But, if you did modify your MAL lists and want to add more entries that you added to your 9anime list after modifying your MAL lists then use one of these

https://greasyfork.org/en/scripts/408439-better-buttons-to-change-the-status-of-animes-mangas-and-to-add-scores

or

https://greasyfork.org/en/scripts/437782-add-new-entries-to-your-myanimelist-chiaki

I could probably make a better userscript for that, but this isn't on my to do list plans.


Okay I am a little confused about it but I talking about how can I import more list from mal to 9anime
Jun 16, 2022 8:14 PM

Offline
Dec 2019
3519
@HikariHime93

So you want to import your MAL list to 9anime?

This topic is about doing the opposite process actually...

I don't have an account on 9anime, so I don't know and can't really figure out how to do that.

You could try talking with
VictorYerz
or
sang17

to check if one of them is willing to make a tool that converts an mal.xml list to 9anime.txt list, so you can import your mal list to 9anime.
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
Cryptos / Patreon / Ko-Fi / BuyMeaCoffee https://cyber-sec0.github.io
Oct 5, 2022 5:37 PM
Offline
Jul 2021
1
HikariHime93 said:
@hacker09

Umm do u know how import mal to 9anime cause I already had put the list there already but I have more from here that need to be add more for 9anime but can u help me please


You can use this link once you use the website created above. Hope it works! https://myanimelist.net/import.php
Oct 8, 2022 1:36 AM
Offline
Apr 2022
8
I don't know how to post complaint , so I am writing here because it has same problem , i use a website to watch anime and i use to post XML file on MAL and they used update list properly , but yesterday I imported my data in MAL and all the Anime list got messed up , the completed ones gone into plan to watch and the watching gone to onhold and the animes that I have completed like (assassination classroom),they again came to watching section , I thought it takes time to update your list, so I waited for 4 hrs , but there were no change , i imported the list again , i don't know what is happening , pls Help Me . This problem started yesterday , the day before yesterday MAL use to properly update my list in no time .Help @hacker09
KillshoteeOct 9, 2022 2:01 AM
Oct 9, 2022 8:51 AM

Offline
Dec 2019
3519
@Killshotee

You could try talking with
VictorYerz
or
sang17

You probably tried using one of their tools and they stopped working or something like it, they would know what happened
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
Cryptos / Patreon / Ko-Fi / BuyMeaCoffee https://cyber-sec0.github.io
Oct 9, 2022 2:31 PM
Offline
Jun 2021
1
Killshotee said:
I don't know how to post complaint , so I am writing here because it has same problem , i use a website to watch anime and i use to post XML file on MAL and they used update list properly , but yesterday I imported my data in MAL and all the Anime list got messed up , the completed ones gone into plan to watch and the watching gone to onhold and the animes that I have completed like (assassination classroom),they again came to watching section , I thought it takes time to update your list, so I waited for 4 hrs , but there were no change , i imported the list again , i don't know what is happening , pls Help Me . This problem started yesterday , the day before yesterday MAL use to properly update my list in no time .Help @hacker09

I have experienced the same issue.
Oct 10, 2022 2:16 AM
Offline
Apr 2022
8
Killshotee said:
I don't know how to post complaint , so I am writing here because it has same problem , i use a website to watch anime and i use to post XML file on MAL and they used update list properly , but yesterday I imported my data in MAL and all the Anime list got messed up , the completed ones gone into plan to watch and the watching gone to onhold and the animes that I have completed like (assassination classroom),they again came to watching section , I thought it takes time to update your list, so I waited for 4 hrs , but there were no change , i imported the list again , i don't know what is happening , pls Help Me . This problem started yesterday , the day before yesterday MAL use to properly update my list in no time .Help @hacker09

@VictorYerz can you help me
Oct 10, 2022 7:03 PM
Offline
Feb 2020
2
I am currently working on small python program that is gonna generate an XML from 9anime but it will only contains the <anime> .... <\anime> so u have to copy and paste it in the original export from MAL
Oct 10, 2022 8:33 PM
Offline
Apr 2022
8
Killshotee said:
I don't know how to post complaint , so I am writing here because it has same problem , i use a website to watch anime and i use to post XML file on MAL and they used update list properly , but yesterday I imported my data in MAL and all the Anime list got messed up , the completed ones gone into plan to watch and the watching gone to onhold and the animes that I have completed like (assassination classroom),they again came to watching section , I thought it takes time to update your list, so I waited for 4 hrs , but there were no change , i imported the list again , i don't know what is happening , pls Help Me . This problem started yesterday , the day before yesterday MAL use to properly update my list in no time .Help @hacker09
@sang17 can you please help me regarding this problem.
Oct 11, 2022 6:09 PM
Offline
Jul 2022
2
VictorYerz said:
Hey guys, so I had some time and decided to write the thing from scratch. All you have to do is download the export.txt file from 9anime, upload it in the google colab or a local jupyter notebook and wait for the application to do its thing. The program is using the Jikan unofficial MyAnimeList API by passing the MAL id(s) into it. Due to request limits, each anime will take 2.1s to process with most of the time spent idly waiting on the server. With 400 series you'll have to wait for exactly 14m. You can access the code with additional instructions in the links below.

nbviewer: https://nbviewer.jupyter.org/github/Victoryerz/9animetoMAL/blob/main/MAL_List_Creator.ipynb
google colab: https://colab.research.google.com/drive/1qLxgM18BOcF-2Cl5xsjFYtEMwllLpyFs?usp=sharing

Edit: Alright, so here's a version without the API. It'll finish it in less than a second. The downside is that you won't be able to set some custom parameters, but who am I kidding, you don't need that stuff.

nbviewer: https://nbviewer.jupyter.org/github/Victoryerz/9animetoMAL/tree/main/
google colab: https://colab.research.google.com/drive/1qLxgM18BOcF-2Cl5xsjFYtEMwllLpyFs?usp=sharing

Edit2: I know this is kinda overkill, but here's a browser implementation.

site: https://victoryerz.github.io/9animetoMAL/


@VictorYerz
How do I import the result to my list?
Oct 11, 2022 6:14 PM
Offline
Jul 2022
2
HikariHime93 said:
hacker09 said:
@HikariHime93

If you didn't modify anything on your MAL lists you can just erase your MAL list, download your new 9anime list, then use a tool of one of those guys

VictorYerz
sang17

made...

Then you just have to upload the 9anime list to MAL again.

But, if you did modify your MAL lists and want to add more entries that you added to your 9anime list after modifying your MAL lists then use one of these

https://greasyfork.org/en/scripts/408439-better-buttons-to-change-the-status-of-animes-mangas-and-to-add-scores

or

https://greasyfork.org/en/scripts/437782-add-new-entries-to-your-myanimelist-chiaki

I could probably make a better userscript for that, but this isn't on my to do list plans.


Okay I am a little confused about it but I talking about how can I import more list from mal to 9anime


@HikariHime93

You just have to do this click MAL when you open your profile, when that loads click on import, write down your MAL username and click import. It should be done right away
Oct 22, 2022 1:47 AM
Offline
Apr 2022
8
axis_val said:
Killshotee said:
I don't know how to post complaint , so I am writing here because it has same problem , i use a website to watch anime and i use to post XML file on MAL and they used update list properly , but yesterday I imported my data in MAL and all the Anime list got messed up , the completed ones gone into plan to watch and the watching gone to onhold and the animes that I have completed like (assassination classroom),they again came to watching section , I thought it takes time to update your list, so I waited for 4 hrs , but there were no change , i imported the list again , i don't know what is happening , pls Help Me . This problem started yesterday , the day before yesterday MAL use to properly update my list in no time .Help @hacker09

I have experienced the same issue.
@axis_val did you find a solution , i am still facing this problem .
Dec 26, 2022 2:33 AM
Offline
Dec 2022
1
How can I get import my MAL file from MyAnimeList to 9anime .. 
Context - Was a user of Animixplay but as it has stopped wotking I converted my data into MAL in MyAnimeList .. Now can I use that list in 9anime
Dec 26, 2022 2:56 AM

Offline
Jan 2017
6522
KnightKingRAM said:
How can I get import my MAL file from MyAnimeList to 9anime .. 

As said in this thread , MAL and 9Anime are way too different.
Some users made scripts to get 9Anime to MAL , but you will need the inverse , MAL to 9Anime , which currently doesn't exist , as far as i know.

So you should add all the Animes manually.
"Genius lives only one story above madness."
– Arthur Schopenhauer.

"Stupidity is a talent for misconception."
– Edgar Allan Poe.

"I'm tired... and hungry."
– Alexioos95.
Apr 16, 2023 1:30 AM

Offline
Apr 2023
243
VictorYerz said:
Hey guys, so I had some time and decided to write the thing from scratch. All you have to do is download the export.txt file from 9anime, upload it in the google colab or a local jupyter notebook and wait for the application to do its thing. The program is using the Jikan unofficial MyAnimeList API by passing the MAL id(s) into it. Due to request limits, each anime will take 2.1s to process with most of the time spent idly waiting on the server. With 400 series you'll have to wait for exactly 14m. You can access the code with additional instructions in the links below.

nbviewer: https://nbviewer.jupyter.org/github/Victoryerz/9animetoMAL/blob/main/MAL_List_Creator.ipynb
google colab: https://colab.research.google.com/drive/1qLxgM18BOcF-2Cl5xsjFYtEMwllLpyFs?usp=sharing

Edit: Alright, so here's a version without the API. It'll finish it in less than a second. The downside is that you won't be able to set some custom parameters, but who am I kidding, you don't need that stuff.

nbviewer: https://nbviewer.jupyter.org/github/Victoryerz/9animetoMAL/tree/main/
google colab: https://colab.research.google.com/drive/1qLxgM18BOcF-2Cl5xsjFYtEMwllLpyFs?usp=sharing

Edit2: I know this is kinda overkill, but here's a browser implementation.

site: https://victoryerz.github.io/9animetoMAL/


Bro thanks so much, it would've been a pain adding all my anime manually ✌️

Aug 11, 2023 4:07 PM
Offline
Dec 2022
1
@hacker09 Adding only update tag in xml would add? animein anime list of mal ??? 
Or we need whole xml to be in same format
Aug 11, 2023 4:10 PM

Offline
Dec 2019
3519
Aayush_Thakur said:
@hacker09 Adding only update tag in xml would add? animein anime list of mal ??? 
Or we need whole xml to be in same format

I can't understand what you're saying.
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
Cryptos / Patreon / Ko-Fi / BuyMeaCoffee https://cyber-sec0.github.io
Aug 11, 2023 11:38 PM

Offline
Jan 2017
6522
Aayush_Thakur said:
Adding only update tag in xml would add? animein anime list of mal ??? 
Or we need whole xml to be in same format


In a .xml file , there is a lot of infos for the database , and the structure is way too different for 9Anime/MAL.
So no , just adding an update tag won't change anything to the rest.

hacker09 said:
I can't understand what you're saying.


He was asking if adding the <update_on_import> snappet around all links of the .xml would works , without changing anything else.
"Genius lives only one story above madness."
– Arthur Schopenhauer.

"Stupidity is a talent for misconception."
– Edgar Allan Poe.

"I'm tired... and hungry."
– Alexioos95.
Aug 12, 2023 5:40 PM

Offline
Dec 2019
3519
Aayush_Thakur said:
@hacker09 Adding only update tag in xml would add? animein anime list of mal ??? 
Or we need whole xml to be in same format

the whole list must be a .xml file, and it must have specific tags for title, score, rewatched and everything else...

technically yes and no, update is a very important tag that must exist for every single entry, and you just have to change the value from 0 to 1, but all other complementary tags must be present as well.
Click here to see My Tampermonkey Scripts For MAL

If you like my work, please consider supporting it!
Cryptos / Patreon / Ko-Fi / BuyMeaCoffee https://cyber-sec0.github.io
Sep 13, 2024 2:47 PM
Offline
Sep 2023
2
Reply to VictorYerz
Hey guys, so I had some time and decided to write the thing from scratch. All you have to do is download the export.txt file from 9anime, upload it in the google colab or a local jupyter notebook and wait for the application to do its thing. The program is using the Jikan unofficial MyAnimeList API by passing the MAL id(s) into it. Due to request limits, each anime will take 2.1s to process with most of the time spent idly waiting on the server. With 400 series you'll have to wait for exactly 14m. You can access the code with additional instructions in the links below.

nbviewer: https://nbviewer.jupyter.org/github/Victoryerz/9animetoMAL/blob/main/MAL_List_Creator.ipynb
google colab: https://colab.research.google.com/drive/1qLxgM18BOcF-2Cl5xsjFYtEMwllLpyFs?usp=sharing

Edit: Alright, so here's a version without the API. It'll finish it in less than a second. The downside is that you won't be able to set some custom parameters, but who am I kidding, you don't need that stuff.

nbviewer: https://nbviewer.jupyter.org/github/Victoryerz/9animetoMAL/tree/main/
google colab: https://colab.research.google.com/drive/1qLxgM18BOcF-2Cl5xsjFYtEMwllLpyFs?usp=sharing

Edit2: I know this is kinda overkill, but here's a browser implementation.

site: https://victoryerz.github.io/9animetoMAL/
@VictorYerz this worked for me now with HiAnime since aniwave ( 9anime) got taken down thanks a lot for this
Sep 23, 2024 12:42 AM
Offline
Mar 2019
4
Reply to WhoRainZone
@VictorYerz this worked for me now with HiAnime since aniwave ( 9anime) got taken down thanks a lot for this
@WhoRainZone Actually, the format has changed since 2019, they've also added anilist links which due to the old me's lack of insight ended up crashing the code. Unless you manually remove all the anilist links it won't work. Anyway, this was an easy fix, so everyone migrating boats is free to use it now.
Sep 24, 2024 4:31 AM
Offline
Apr 2019
2
Reply to VictorYerz
Hey guys, so I had some time and decided to write the thing from scratch. All you have to do is download the export.txt file from 9anime, upload it in the google colab or a local jupyter notebook and wait for the application to do its thing. The program is using the Jikan unofficial MyAnimeList API by passing the MAL id(s) into it. Due to request limits, each anime will take 2.1s to process with most of the time spent idly waiting on the server. With 400 series you'll have to wait for exactly 14m. You can access the code with additional instructions in the links below.

nbviewer: https://nbviewer.jupyter.org/github/Victoryerz/9animetoMAL/blob/main/MAL_List_Creator.ipynb
google colab: https://colab.research.google.com/drive/1qLxgM18BOcF-2Cl5xsjFYtEMwllLpyFs?usp=sharing

Edit: Alright, so here's a version without the API. It'll finish it in less than a second. The downside is that you won't be able to set some custom parameters, but who am I kidding, you don't need that stuff.

nbviewer: https://nbviewer.jupyter.org/github/Victoryerz/9animetoMAL/tree/main/
google colab: https://colab.research.google.com/drive/1qLxgM18BOcF-2Cl5xsjFYtEMwllLpyFs?usp=sharing

Edit2: I know this is kinda overkill, but here's a browser implementation.

site: https://victoryerz.github.io/9animetoMAL/
@VictorYerz is there a way to make this work for aniwave?
Although i thought 9anime and aniwave were the same sadly i only got the .txt files and .json files and am having trouble trying to convert them to a .xml compatible with MAL. have been searching the web for a few days and coming up short.
Feb 22, 3:05 PM
Offline
Feb 2025
1
Reply to VictorYerz
Hey guys, so I had some time and decided to write the thing from scratch. All you have to do is download the export.txt file from 9anime, upload it in the google colab or a local jupyter notebook and wait for the application to do its thing. The program is using the Jikan unofficial MyAnimeList API by passing the MAL id(s) into it. Due to request limits, each anime will take 2.1s to process with most of the time spent idly waiting on the server. With 400 series you'll have to wait for exactly 14m. You can access the code with additional instructions in the links below.

nbviewer: https://nbviewer.jupyter.org/github/Victoryerz/9animetoMAL/blob/main/MAL_List_Creator.ipynb
google colab: https://colab.research.google.com/drive/1qLxgM18BOcF-2Cl5xsjFYtEMwllLpyFs?usp=sharing

Edit: Alright, so here's a version without the API. It'll finish it in less than a second. The downside is that you won't be able to set some custom parameters, but who am I kidding, you don't need that stuff.

nbviewer: https://nbviewer.jupyter.org/github/Victoryerz/9animetoMAL/tree/main/
google colab: https://colab.research.google.com/drive/1qLxgM18BOcF-2Cl5xsjFYtEMwllLpyFs?usp=sharing

Edit2: I know this is kinda overkill, but here's a browser implementation.

site: https://victoryerz.github.io/9animetoMAL/
@VictorYerz its been 4 years and this is still helping people, thank you kind sir.
Pages (2) « 1 [2]

More topics from this board

» Error code: STATUS_ACCESS_VIOLATION

deg - Aug 7

19 by kuroneko99 »»
4 hours ago

» Voice Acting Roles not showing up.

ShiroOuji - 7 hours ago

0 by ShiroOuji »»
7 hours ago

» reporting phishing scam

ColourWheel - Today

9 by -DxP- »»
12 hours ago

» Thread displaying incorrect thread creator after being moved

Noboru - Sep 3

19 by Shishio-kun »»
Sep 13, 6:00 AM

» About the profile views ( 1 2 )

_Sunny_Day - Dec 12, 2023

50 by CC »»
Sep 11, 2:24 PM
It’s time to ditch the text file.
Keep track of your anime easily by creating your own list.
Sign Up Login