New
Dec 3, 2018 8:55 PM
#1
Imported my MAL list, days won't show even 10 hours later... It won't even show Completed, Watching etc. |
Dec 3, 2018 10:18 PM
#2
Cladocera said: You must edit something manually (e.g. add new anime) after importing your list for stats to update. it still doesn't work, well no wonder since import and export thing is made 10 years ago and no one cares about that... |
Dec 4, 2018 2:41 AM
#3
Everything looks fine for me. It usually takes some time. There are updates from "Yesterday, 8:09 PM" in your Last Anime Updates that don't show in history, so I assume this is the time of import. If you still can't see it maybe clear cache? |
Dec 8, 2018 5:31 PM
#4
I'm pretty sure that the import feature is still broken. If you open your list file with a notepad program or something you should be able to search for something called <update_on_import>0<update_on_import>. As you can see, there's a 0 in-between the brackets when there should actually be a 1. If you have the time to go and manually replace all these 0s with 1s then your problem will be fixed and your list update normally. |
Dec 9, 2018 1:53 AM
#5
changelog said: I'm pretty sure that the import feature is still broken. If you open your list file with a notepad program or something you should be able to search for something called <update_on_import>0<update_on_import>. As you can see, there's a 0 in-between the brackets when there should actually be a 1. If you have the time to go and manually replace all these 0s with 1s then your problem will be fixed and your list update normally. The 0 is there on purpose because the default behavior should be to only update entries which you explicitly tell to be updated. This has a few advantages: - If you only modify a few entries, there's no need to update all entries --> less stress for the servers - If you changed something on your list and then import something, your list changes won't be overwritten, only for the entries you specified - The "last updated" date won't change for all entries, just for the ones you want to update Of course when you want to update all entries, then the 0 needs to be changed to 1 for all entries. This can be done very easily with the "replace all" feature that should be in every text editor: Just replace all occurrences of <update_on_import>0<update_on_import> with <update_on_import>1<update_on_import> |
Mar 31, 2023 11:36 AM
#6
removed-user said: how to do on AndroidI'm pretty sure that the import feature is still broken. If you open your list file with a notepad program or something you should be able to search for something called <update_on_import>0<update_on_import>. As you can see, there's a 0 in-between the brackets when there should actually be a 1. If you have the time to go and manually replace all these 0s with 1s then your problem will be fixed and your list update normally. |
Feb 3, 2024 10:31 PM
#7
Reply to Luna
changelog said:
I'm pretty sure that the import feature is still broken.
If you open your list file with a notepad program or something you should be able to search for something called <update_on_import>0<update_on_import>. As you can see, there's a 0 in-between the brackets when there should actually be a 1. If you have the time to go and manually replace all these 0s with 1s then your problem will be fixed and your list update normally.
I'm pretty sure that the import feature is still broken.
If you open your list file with a notepad program or something you should be able to search for something called <update_on_import>0<update_on_import>. As you can see, there's a 0 in-between the brackets when there should actually be a 1. If you have the time to go and manually replace all these 0s with 1s then your problem will be fixed and your list update normally.
The 0 is there on purpose because the default behavior should be to only update entries which you explicitly tell to be updated. This has a few advantages:
- If you only modify a few entries, there's no need to update all entries --> less stress for the servers
- If you changed something on your list and then import something, your list changes won't be overwritten, only for the entries you specified
- The "last updated" date won't change for all entries, just for the ones you want to update
Of course when you want to update all entries, then the 0 needs to be changed to 1 for all entries. This can be done very easily with the "replace all" feature that should be in every text editor:
Just replace all occurrences of <update_on_import>0<update_on_import> with <update_on_import>1<update_on_import>
@Luna i cant seem to find the update on import on my xml file in notepad can u help me ? |
Feb 4, 2024 12:23 AM
#8
Reply to liltarp
@Luna i cant seem to find the update on import on my xml file in notepad can u help me ?
@liltarp Is it an xml file that you exported from MyAnimeList? Or did you export it from another website? If it's from another website: it might not have the update_on_import because of a different structure from that other website. In that case you would need to use a converter if someone wrote one to convert the format from the other website into the MAL format. There are also some websites/scripts that directly export a list from certain websites and convert them to a MAL format. Overall this only works if the converter can also identify the correct database IDs for MAL which is not the case for all websites I think. |
Jan 24, 11:34 AM
#9
Reply to Luna
@liltarp Is it an xml file that you exported from MyAnimeList? Or did you export it from another website?
If it's from another website: it might not have the update_on_import because of a different structure from that other website. In that case you would need to use a converter if someone wrote one to convert the format from the other website into the MAL format. There are also some websites/scripts that directly export a list from certain websites and convert them to a MAL format. Overall this only works if the converter can also identify the correct database IDs for MAL which is not the case for all websites I think.
If it's from another website: it might not have the update_on_import because of a different structure from that other website. In that case you would need to use a converter if someone wrote one to convert the format from the other website into the MAL format. There are also some websites/scripts that directly export a list from certain websites and convert them to a MAL format. Overall this only works if the converter can also identify the correct database IDs for MAL which is not the case for all websites I think.
do you know any website that converts scripts in a suitable format that is able to be uploaded on myanimelist? This is my script, which I exported from hianime.to <?xml version="1.0"?> <list> <folder> <name>Watching</name> <data> <item> <name>One Piece</name> <link>https://myanimelist.net/anime/21</link> </item> <item> <name>Heroic Age</name> <link>https://myanimelist.net/anime/2002</link> </item> <item> <name>Boruto: Naruto Next Generations</name> <link>https://myanimelist.net/anime/34566</link> </item> <item> <name>Interspecies Reviewers</name> <link>https://myanimelist.net/anime/40010</link> </item> <item> <name>Dr. Stone: New World</name> <link>https://myanimelist.net/anime/48549</link> </item> <item> <name>My Hero Academia Season 7</name> <link>https://myanimelist.net/anime/54789</link> </item> <item> <name>Mysterious Disappearances</name> <link>https://myanimelist.net/anime/54199</link> </item> </data> </folder> <folder> <name>On-Hold</name> <data> <item> <name>Now and Then, Here and There</name> <link>https://myanimelist.net/anime/160</link> </item> <item> <name>Shiki</name> <link>https://myanimelist.net/anime/7724</link> </item> <item> <name>High School DxD</name> <link>https://myanimelist.net/anime/11617</link> </item> <item> <name>Soul Eater</name> <link>https://myanimelist.net/anime/3588</link> </item> <item> <name>Akame ga Kill!</name> <link>https://myanimelist.net/anime/22199</link> </item> <item> <name>Date A Live</name> <link>https://myanimelist.net/anime/15583</link> </item> <item> <name>The Rising of the Shield Hero Season 3</name> <link>https://myanimelist.net/anime/40357</link> </item> <item> <name>Made in Abyss</name> <link>https://myanimelist.net/anime/34599</link> </item> <item> <name>Psycho-Pass</name> <link>https://myanimelist.net/anime/13601</link> </item> <item> <name>DARLING in the FRANXX</name> <link>https://myanimelist.net/anime/35849</link> </item> <item> <name>How Not to Summon a Demon Lord Ω</name> <link>https://myanimelist.net/anime/41623</link> </item> <item> <name>Dies irae: The Dawning Days</name> <link>https://myanimelist.net/anime/36524</link> </item> <item> <name>Welcome to the Ballroom</name> <link>https://myanimelist.net/anime/34636</link> </item> <item> <name>Fuuto PI</name> <link>https://myanimelist.net/anime/48649</link> </item> <item> <name>Sacrificial Princess and the King of Beasts</name> <link>https://myanimelist.net/anime/46422</link> </item> <item> <name>Drifting Home</name> <link>https://myanimelist.net/anime/49938</link> </item> <item> <name>Moriarty the Patriot</name> <link>https://myanimelist.net/anime/40911</link> </item> <item> <name>That Time I Got Reincarnated as a Slime</name> <link>https://myanimelist.net/anime/37430</link> </item> <item> <name>The Country of Rare Treasure</name> <link>https://myanimelist.net/anime/42178</link> </item> <item> <name>The Peak of True Martial Arts</name> <link>https://myanimelist.net/anime/50647</link> </item> <item> <name>Attack on Titan: The Final Season Part 3</name> <link>https://myanimelist.net/anime/51535</link> </item> <item> <name>Suzume’s Door-Locking</name> <link>https://myanimelist.net/anime/50594</link> </item> <item> <name>Ayaka: A Story of Bonds and Wounds</name> <link>https://myanimelist.net/anime/53428</link> </item> <item> <name>Fairy Tail: 100 Years Quest</name> <link>https://myanimelist.net/anime/49785</link> </item> </data> </folder> <folder> <name>Plan to watch</name> <data> <item> <name>Tokyo Majin</name> <link>https://myanimelist.net/anime/1860</link> </item> <item> <name>World Trigger</name> <link>https://myanimelist.net/anime/24405</link> </item> <item> <name>My Love Story!!</name> <link>https://myanimelist.net/anime/28297</link> </item> <item> <name>Xam'd: Lost Memories</name> <link>https://myanimelist.net/anime/4177</link> </item> <item> <name>Tonari no Seki-kun: The Master of Killing Time</name> <link>https://myanimelist.net/anime/18139</link> </item> <item> <name>Xia Gan Yi Dan Shen Jianxin</name> <link>https://myanimelist.net/anime/39419</link> </item> <item> <name>High Card</name> <link>https://myanimelist.net/anime/49154</link> </item> <item> <name>Uzumaki: Spiral into Horror</name> <link>https://myanimelist.net/anime/40333</link> </item> <item> <name>Failure Frame: I Became the Strongest and Annihilated Everything With Low-Level Spells</name> <link>https://myanimelist.net/anime/57892</link> </item> <item> <name>Mushoku Tensei: Jobless Reincarnation</name> <link>https://myanimelist.net/anime/39535</link> </item> <item> <name>The Faraway Paladin</name> <link>https://myanimelist.net/anime/48761</link> </item> <item> <name>Four-Panel Heroes</name> <link>https://myanimelist.net/anime/55578</link> </item> <item> <name>Takt Op. Destiny</name> <link>https://myanimelist.net/anime/48556</link> </item> <item> <name>Wizard Barristers</name> <link>https://myanimelist.net/anime/20053</link> </item> <item> <name>Sirius the Jaeger</name> <link>https://myanimelist.net/anime/37569</link> </item> <item> <name>Ron Kamonohashi's Forbidden Deductions</name> <link>https://myanimelist.net/anime/53879</link> </item> <item> <name>The Strongest Magician in the Demon Lord's Army Was a Human</name> <link>https://myanimelist.net/anime/57876</link> </item> <item> <name>Under Ninja</name> <link>https://myanimelist.net/anime/49766</link> </item> <item> <name>Ojisan in Another World</name> <link>https://myanimelist.net/anime/49220</link> </item> <item> <name>High Card Season 2</name> <link>https://myanimelist.net/anime/54869</link> </item> </data> </folder> <folder> <name>Completed</name> <data> <item> <name>I'm Quitting Heroing</name> <link>https://myanimelist.net/anime/50175</link> </item> <item> <name>Ningen Fushin: Adventurers Who Don't Believe in Humanity Will Save the World</name> <link>https://myanimelist.net/anime/49612</link> </item> <item> <name>Hunter x Hunter</name> <link>https://myanimelist.net/anime/11061</link> </item> <item> <name>Golden Boy</name> <link>https://myanimelist.net/anime/268</link> </item> <item> <name>Berserk (1997)</name> <link>https://myanimelist.net/anime/33</link> </item> <item> <name>Bleach</name> <link>https://myanimelist.net/anime/269</link> </item> <item> <name>Code:Breaker</name> <link>https://myanimelist.net/anime/11703</link> </item> <item> <name>BLOOD-C</name> <link>https://myanimelist.net/anime/10490</link> </item> <item> <name>Buddha 2: The Endless Journey</name> <link>https://myanimelist.net/anime/20969</link> </item> <item> <name>Haikyuu!!: Lev Genzan!</name> <link>https://myanimelist.net/anime/25303</link> </item> <item> <name>Kabaneri of the Iron Fortress</name> <link>https://myanimelist.net/anime/28623</link> </item> <item> <name>Saga of Tanya the Evil: The Movie</name> <link>https://myanimelist.net/anime/37055</link> </item> <item> <name>Naruto: Shippuden</name> <link>https://myanimelist.net/anime/1735</link> </item> <item> <name>Haikyu!!</name> <link>https://myanimelist.net/anime/20583</link> </item> <item> <name>Berserk (2016)</name> <link>https://myanimelist.net/anime/32379</link> </item> <item> <name>Rin: Daughters of Mnemosyne</name> <link>https://myanimelist.net/anime/3342</link> </item> <item> <name>Naruto</name> <link>https://myanimelist.net/anime/20</link> </item> <item> <name>Kakegurui××</name> <link>https://myanimelist.net/anime/37086</link> </item> <item> <name>Berserk: Season II (2017)</name> <link>https://myanimelist.net/anime/34055</link> </item> <item> <name>Overlord</name> <link>https://myanimelist.net/anime/29803</link> </item> <item> <name>The Rising of the Shield Hero</name> <link>https://myanimelist.net/anime/35790</link> </item> <item> <name>Bleach the Movie: Hell Verse</name> <link>https://myanimelist.net/anime/8247</link> </item> <item> <name>Haikyuu!!: To the Top (Part 1+2)</name> <link>https://myanimelist.net/anime/38883</link> </item> <item> <name>The Junji Ito Collection</name> <link>https://myanimelist.net/anime/36124</link> </item> <item> <name>Kakegurui: Compulsive Gambler</name> <link>https://myanimelist.net/anime/34933</link> </item> <item> <name>Overlord II</name> <link>https://myanimelist.net/anime/35073</link> </item> <item> <name>Jujutsu Kaisen (TV)</name> <link>https://myanimelist.net/anime/40748</link> </item> <item> <name>Haikyu!! 2nd Season</name> <link>https://myanimelist.net/anime/28891</link> </item> <item> <name>Haikyu!! 3rd Season</name> <link>https://myanimelist.net/anime/32935</link> </item> <item> <name>Baki</name> <link>https://myanimelist.net/anime/34443</link> </item> <item> <name>The Millionaire Detective – Balance: UNLIMITED</name> <link>https://myanimelist.net/anime/41120</link> </item> <item> <name>Baki: Dai Raitaisai-hen</name> <link>https://myanimelist.net/anime/39555</link> </item> <item> <name>Bleach: Thousand-Year Blood War Arc</name> <link>https://myanimelist.net/anime/41467</link> </item> <item> <name>Hell's Paradise</name> <link>https://myanimelist.net/anime/46569</link> </item> <item> <name>The Rising of the Shield Hero 2nd Season</name> <link>https://myanimelist.net/anime/40356</link> </item> <item> <name>Mieruko-chan</name> <link>https://myanimelist.net/anime/48483</link> </item> <item> <name>Jujutsu Kaisen 0 Movie</name> <link>https://myanimelist.net/anime/48561</link> </item> <item> <name>Eighty Six: 2nd Season</name> <link>https://myanimelist.net/anime/48569</link> </item> <item> <name>Attack on Titan: Final Season, Part 2</name> <link>https://myanimelist.net/anime/48583</link> </item> <item> <name>The Case Study of Vanitas</name> <link>https://myanimelist.net/anime/48580</link> </item> <item> <name>Black Clover: Sword of the Wizard King</name> <link>https://myanimelist.net/anime/48585</link> </item> <item> <name>Overlord IV</name> <link>https://myanimelist.net/anime/48895</link> </item> <item> <name>Dragon Ball Super: Super Hero</name> <link>https://myanimelist.net/anime/48903</link> </item> <item> <name>The Case Study of Vanitas Part 2</name> <link>https://myanimelist.net/anime/49114</link> </item> <item> <name>Exception</name> <link>https://myanimelist.net/anime/49163</link> </item> <item> <name>Record of Ragnarok II, Part 1</name> <link>https://myanimelist.net/anime/49618</link> </item> <item> <name>To Your Eternity Season 2</name> <link>https://myanimelist.net/anime/49709</link> </item> <item> <name>Tower of God</name> <link>https://myanimelist.net/anime/40221</link> </item> <item> <name>Pluto</name> <link>https://myanimelist.net/anime/35737</link> </item> <item> <name>To Your Eternity</name> <link>https://myanimelist.net/anime/41025</link> </item> <item> <name>The Daily Life of the Immortal King</name> <link>https://myanimelist.net/anime/41094</link> </item> <item> <name>Mob Psycho 100 III</name> <link>https://myanimelist.net/anime/50172</link> </item> <item> <name>Fena: Pirate Princess</name> <link>https://myanimelist.net/anime/42544</link> </item> <item> <name>Vinland Saga</name> <link>https://myanimelist.net/anime/37521</link> </item> <item> <name>Black Clover</name> <link>https://myanimelist.net/anime/34572</link> </item> <item> <name>My Hero Academia 5th Season</name> <link>https://myanimelist.net/anime/41587</link> </item> <item> <name>Overlord III</name> <link>https://myanimelist.net/anime/37675</link> </item> <item> <name>Redo of Healer</name> <link>https://myanimelist.net/anime/40750</link> </item> <item> <name>86</name> <link>https://myanimelist.net/anime/41457</link> </item> <item> <name>The Saga of Tanya the Evil</name> <link>https://myanimelist.net/anime/32615</link> </item> <item> <name>Attack on Titan: Final Season, Part 1</name> <link>https://myanimelist.net/anime/40028</link> </item> <item> <name>High-Rise Invasion</name> <link>https://myanimelist.net/anime/43690</link> </item> <item> <name>World's End Harem</name> <link>https://myanimelist.net/anime/41946</link> </item> <item> <name>Ranking of Kings</name> <link>https://myanimelist.net/anime/40834</link> </item> <item> <name>Super Dragon Ball Heroes</name> <link>https://myanimelist.net/anime/37885</link> </item> <item> <name>Plunderer</name> <link>https://myanimelist.net/anime/37345</link> </item> <item> <name>The Daily Life of the Immortal King 2nd Season</name> <link>https://myanimelist.net/anime/44069</link> </item> <item> <name>Mob Psycho 100 II</name> <link>https://myanimelist.net/anime/37510</link> </item> <item> <name>Baki Hanma: Son of Ogre</name> <link>https://myanimelist.net/anime/42940</link> </item> <item> <name>Chainsaw Man</name> <link>https://myanimelist.net/anime/44511</link> </item> <item> <name>Dragon Ball</name> <link>https://myanimelist.net/anime/223</link> </item> <item> <name>A Harem in a Fantasy World Labyrinth</name> <link>https://myanimelist.net/anime/44524</link> </item> <item> <name>Record of Ragnarok</name> <link>https://myanimelist.net/anime/44942</link> </item> <item> <name>Cyberpunk: Edgerunners</name> <link>https://myanimelist.net/anime/42310</link> </item> <item> <name>Platinum End</name> <link>https://myanimelist.net/anime/44961</link> </item> <item> <name>Vivy -Fluorite Eye's Song-</name> <link>https://myanimelist.net/anime/46095</link> </item> <item> <name>Ranking of Kings: The Treasure Chest of Courage</name> <link>https://myanimelist.net/anime/52657</link> </item> <item> <name>Kaiju No. 8</name> <link>https://myanimelist.net/anime/52588</link> </item> <item> <name>Undead Unluck</name> <link>https://myanimelist.net/anime/52741</link> </item> <item> <name>Berserk: The Golden Age Arc - Memorial Edition</name> <link>https://myanimelist.net/anime/52976</link> </item> <item> <name>Lookism</name> <link>https://myanimelist.net/anime/53149</link> </item> <item> <name>Onmyouji</name> <link>https://myanimelist.net/anime/53151</link> </item> <item> <name>Berserk of Gluttony</name> <link>https://myanimelist.net/anime/53439</link> </item> <item> <name>Dead Mount Death Play</name> <link>https://myanimelist.net/anime/53613</link> </item> <item> <name>Bleach: Thousand-Year Blood War - The Separation</name> <link>https://myanimelist.net/anime/53998</link> </item> <item> <name>The Kingdoms of Ruin</name> <link>https://myanimelist.net/anime/54362</link> </item> <item> <name>Dead Mount Death Play Part 2</name> <link>https://myanimelist.net/anime/54743</link> </item> <item> <name>Demon Slayer: Kimetsu no Yaiba Hashira Training Arc</name> <link>https://myanimelist.net/anime/55701</link> </item> <item> <name>Bungo Stray Dogs 5</name> <link>https://myanimelist.net/anime/54898</link> </item> <item> <name>Record of Ragnarok II Part 2</name> <link>https://myanimelist.net/anime/55454</link> </item> <item> <name>Good Night World</name> <link>https://myanimelist.net/anime/56146</link> </item> <item> <name>Ninja Kamui</name> <link>https://myanimelist.net/anime/56285</link> </item> <item> <name>Garouden: The Way of the Lone Wolf</name> <link>https://myanimelist.net/anime/58717</link> </item> <item> <name>Vinland Saga: 2nd Season</name> <link>https://myanimelist.net/anime/49387</link> </item> <item> <name>Spy x Family</name> <link>https://myanimelist.net/anime/50265</link> </item> <item> <name>Blue Lock</name> <link>https://myanimelist.net/anime/49596</link> </item> <item> <name>The Daily Life of the Immortal King 3</name> <link>https://myanimelist.net/anime/50404</link> </item> <item> <name>Housing Complex C</name> <link>https://myanimelist.net/anime/51306</link> </item> <item> <name>Bungo Stray Dogs 4</name> <link>https://myanimelist.net/anime/50330</link> </item> <item> <name>Dr. Stone: Ryuusui</name> <link>https://myanimelist.net/anime/50612</link> </item> <item> <name>My Hero Academia Season 6</name> <link>https://myanimelist.net/anime/49918</link> </item> <item> <name>Jujutsu Kaisen 2nd Season</name> <link>https://myanimelist.net/anime/51009</link> </item> <item> <name>One Piece Film: Red</name> <link>https://myanimelist.net/anime/50410</link> </item> <item> <name>Spy x Family, Part 2</name> <link>https://myanimelist.net/anime/50602</link> </item> <item> <name>Demon Slayer: Kimetsu no Yaiba Swordsmith Village Arc</name> <link>https://myanimelist.net/anime/51019</link> </item> <item> <name>Tekken: Bloodline</name> <link>https://myanimelist.net/anime/51347</link> </item> <item> <name>Solo Leveling</name> <link>https://myanimelist.net/anime/52299</link> </item> <item> <name>BASTARD!! Heavy Metal, Dark Fantasy</name> <link>https://myanimelist.net/anime/50953</link> </item> <item> <name>BASTARD!! Heavy Metal, Dark Fantasy Part 2</name> <link>https://myanimelist.net/anime/51366</link> </item> <item> <name>Hanma Baki: Son of Ogre 2nd Season</name> <link>https://myanimelist.net/anime/51318</link> </item> <item> <name>Mashle: Magic and Muscles</name> <link>https://myanimelist.net/anime/52211</link> </item> <item> <name>Mashle: Magic and Muscles (Specials)</name> <link>https://myanimelist.net/anime/55339</link> </item> <item> <name>Mashle: Magic and Muscles Season 2</name> <link>https://myanimelist.net/anime/55813</link> </item> <item> <name>Is It Wrong to Try to Pick Up Girls in a Dungeon?</name> <link>https://myanimelist.net/anime/28121</link> </item> <item> <name>The Eminence in Shadow</name> <link>https://myanimelist.net/anime/48316</link> </item> <item> <name>Overlord Movie 2: The Dark Hero</name> <link>https://myanimelist.net/anime/34428</link> </item> <item> <name>Overlord Movie 1: The Undead King</name> <link>https://myanimelist.net/anime/34161</link> </item> <item> <name>Onimusha</name> <link>https://myanimelist.net/anime/53150</link> </item> <item> <name>Wind Breaker</name> <link>https://myanimelist.net/anime/54900</link> </item> <item> <name>Tower of God Season 2</name> <link>https://myanimelist.net/anime/52635</link> </item> <item> <name>Wistoria: Wand and Sword</name> <link>https://myanimelist.net/anime/58059</link> </item> <item> <name>The Eminence in Shadow Season 2</name> <link>https://myanimelist.net/anime/54595</link> </item> <item> <name>I Got a Cheat Skill in Another World and Became Unrivaled in The Real World, Too</name> <link>https://myanimelist.net/anime/52830</link> </item> <item> <name>I Parry Everything</name> <link>https://myanimelist.net/anime/57058</link> </item> <item> <name>Is It Wrong to Try to Pick Up Girls in a Dungeon? II</name> <link>https://myanimelist.net/anime/37347</link> </item> </data> </folder> <folder> <name>Dropped</name> <data> <item> <name>Flowers of Evil</name> <link>https://myanimelist.net/anime/16201</link> </item> <item> <name>Build Divide: Code Black</name> <link>https://myanimelist.net/anime/48776</link> </item> </data> </folder> </list> |
Sep 5, 3:59 PM
#10
Reply to JfJec
do you know any website that converts scripts in a suitable format that is able to be uploaded on myanimelist?
This is my script, which I exported from hianime.to
<?xml version="1.0"?>
<list>
<folder>
<name>Watching</name>
<data>
<item>
<name>One Piece</name>
<link>https://myanimelist.net/anime/21</link>
</item>
<item>
<name>Heroic Age</name>
<link>https://myanimelist.net/anime/2002</link>
</item>
<item>
<name>Boruto: Naruto Next Generations</name>
<link>https://myanimelist.net/anime/34566</link>
</item>
<item>
<name>Interspecies Reviewers</name>
<link>https://myanimelist.net/anime/40010</link>
</item>
<item>
<name>Dr. Stone: New World</name>
<link>https://myanimelist.net/anime/48549</link>
</item>
<item>
<name>My Hero Academia Season 7</name>
<link>https://myanimelist.net/anime/54789</link>
</item>
<item>
<name>Mysterious Disappearances</name>
<link>https://myanimelist.net/anime/54199</link>
</item>
</data>
</folder>
<folder>
<name>On-Hold</name>
<data>
<item>
<name>Now and Then, Here and There</name>
<link>https://myanimelist.net/anime/160</link>
</item>
<item>
<name>Shiki</name>
<link>https://myanimelist.net/anime/7724</link>
</item>
<item>
<name>High School DxD</name>
<link>https://myanimelist.net/anime/11617</link>
</item>
<item>
<name>Soul Eater</name>
<link>https://myanimelist.net/anime/3588</link>
</item>
<item>
<name>Akame ga Kill!</name>
<link>https://myanimelist.net/anime/22199</link>
</item>
<item>
<name>Date A Live</name>
<link>https://myanimelist.net/anime/15583</link>
</item>
<item>
<name>The Rising of the Shield Hero Season 3</name>
<link>https://myanimelist.net/anime/40357</link>
</item>
<item>
<name>Made in Abyss</name>
<link>https://myanimelist.net/anime/34599</link>
</item>
<item>
<name>Psycho-Pass</name>
<link>https://myanimelist.net/anime/13601</link>
</item>
<item>
<name>DARLING in the FRANXX</name>
<link>https://myanimelist.net/anime/35849</link>
</item>
<item>
<name>How Not to Summon a Demon Lord Ω</name>
<link>https://myanimelist.net/anime/41623</link>
</item>
<item>
<name>Dies irae: The Dawning Days</name>
<link>https://myanimelist.net/anime/36524</link>
</item>
<item>
<name>Welcome to the Ballroom</name>
<link>https://myanimelist.net/anime/34636</link>
</item>
<item>
<name>Fuuto PI</name>
<link>https://myanimelist.net/anime/48649</link>
</item>
<item>
<name>Sacrificial Princess and the King of Beasts</name>
<link>https://myanimelist.net/anime/46422</link>
</item>
<item>
<name>Drifting Home</name>
<link>https://myanimelist.net/anime/49938</link>
</item>
<item>
<name>Moriarty the Patriot</name>
<link>https://myanimelist.net/anime/40911</link>
</item>
<item>
<name>That Time I Got Reincarnated as a Slime</name>
<link>https://myanimelist.net/anime/37430</link>
</item>
<item>
<name>The Country of Rare Treasure</name>
<link>https://myanimelist.net/anime/42178</link>
</item>
<item>
<name>The Peak of True Martial Arts</name>
<link>https://myanimelist.net/anime/50647</link>
</item>
<item>
<name>Attack on Titan: The Final Season Part 3</name>
<link>https://myanimelist.net/anime/51535</link>
</item>
<item>
<name>Suzume’s Door-Locking</name>
<link>https://myanimelist.net/anime/50594</link>
</item>
<item>
<name>Ayaka: A Story of Bonds and Wounds</name>
<link>https://myanimelist.net/anime/53428</link>
</item>
<item>
<name>Fairy Tail: 100 Years Quest</name>
<link>https://myanimelist.net/anime/49785</link>
</item>
</data>
</folder>
<folder>
<name>Plan to watch</name>
<data>
<item>
<name>Tokyo Majin</name>
<link>https://myanimelist.net/anime/1860</link>
</item>
<item>
<name>World Trigger</name>
<link>https://myanimelist.net/anime/24405</link>
</item>
<item>
<name>My Love Story!!</name>
<link>https://myanimelist.net/anime/28297</link>
</item>
<item>
<name>Xam'd: Lost Memories</name>
<link>https://myanimelist.net/anime/4177</link>
</item>
<item>
<name>Tonari no Seki-kun: The Master of Killing Time</name>
<link>https://myanimelist.net/anime/18139</link>
</item>
<item>
<name>Xia Gan Yi Dan Shen Jianxin</name>
<link>https://myanimelist.net/anime/39419</link>
</item>
<item>
<name>High Card</name>
<link>https://myanimelist.net/anime/49154</link>
</item>
<item>
<name>Uzumaki: Spiral into Horror</name>
<link>https://myanimelist.net/anime/40333</link>
</item>
<item>
<name>Failure Frame: I Became the Strongest and Annihilated Everything With Low-Level Spells</name>
<link>https://myanimelist.net/anime/57892</link>
</item>
<item>
<name>Mushoku Tensei: Jobless Reincarnation</name>
<link>https://myanimelist.net/anime/39535</link>
</item>
<item>
<name>The Faraway Paladin</name>
<link>https://myanimelist.net/anime/48761</link>
</item>
<item>
<name>Four-Panel Heroes</name>
<link>https://myanimelist.net/anime/55578</link>
</item>
<item>
<name>Takt Op. Destiny</name>
<link>https://myanimelist.net/anime/48556</link>
</item>
<item>
<name>Wizard Barristers</name>
<link>https://myanimelist.net/anime/20053</link>
</item>
<item>
<name>Sirius the Jaeger</name>
<link>https://myanimelist.net/anime/37569</link>
</item>
<item>
<name>Ron Kamonohashi's Forbidden Deductions</name>
<link>https://myanimelist.net/anime/53879</link>
</item>
<item>
<name>The Strongest Magician in the Demon Lord's Army Was a Human</name>
<link>https://myanimelist.net/anime/57876</link>
</item>
<item>
<name>Under Ninja</name>
<link>https://myanimelist.net/anime/49766</link>
</item>
<item>
<name>Ojisan in Another World</name>
<link>https://myanimelist.net/anime/49220</link>
</item>
<item>
<name>High Card Season 2</name>
<link>https://myanimelist.net/anime/54869</link>
</item>
</data>
</folder>
<folder>
<name>Completed</name>
<data>
<item>
<name>I'm Quitting Heroing</name>
<link>https://myanimelist.net/anime/50175</link>
</item>
<item>
<name>Ningen Fushin: Adventurers Who Don't Believe in Humanity Will Save the World</name>
<link>https://myanimelist.net/anime/49612</link>
</item>
<item>
<name>Hunter x Hunter</name>
<link>https://myanimelist.net/anime/11061</link>
</item>
<item>
<name>Golden Boy</name>
<link>https://myanimelist.net/anime/268</link>
</item>
<item>
<name>Berserk (1997)</name>
<link>https://myanimelist.net/anime/33</link>
</item>
<item>
<name>Bleach</name>
<link>https://myanimelist.net/anime/269</link>
</item>
<item>
<name>Code:Breaker</name>
<link>https://myanimelist.net/anime/11703</link>
</item>
<item>
<name>BLOOD-C</name>
<link>https://myanimelist.net/anime/10490</link>
</item>
<item>
<name>Buddha 2: The Endless Journey</name>
<link>https://myanimelist.net/anime/20969</link>
</item>
<item>
<name>Haikyuu!!: Lev Genzan!</name>
<link>https://myanimelist.net/anime/25303</link>
</item>
<item>
<name>Kabaneri of the Iron Fortress</name>
<link>https://myanimelist.net/anime/28623</link>
</item>
<item>
<name>Saga of Tanya the Evil: The Movie</name>
<link>https://myanimelist.net/anime/37055</link>
</item>
<item>
<name>Naruto: Shippuden</name>
<link>https://myanimelist.net/anime/1735</link>
</item>
<item>
<name>Haikyu!!</name>
<link>https://myanimelist.net/anime/20583</link>
</item>
<item>
<name>Berserk (2016)</name>
<link>https://myanimelist.net/anime/32379</link>
</item>
<item>
<name>Rin: Daughters of Mnemosyne</name>
<link>https://myanimelist.net/anime/3342</link>
</item>
<item>
<name>Naruto</name>
<link>https://myanimelist.net/anime/20</link>
</item>
<item>
<name>Kakegurui××</name>
<link>https://myanimelist.net/anime/37086</link>
</item>
<item>
<name>Berserk: Season II (2017)</name>
<link>https://myanimelist.net/anime/34055</link>
</item>
<item>
<name>Overlord</name>
<link>https://myanimelist.net/anime/29803</link>
</item>
<item>
<name>The Rising of the Shield Hero</name>
<link>https://myanimelist.net/anime/35790</link>
</item>
<item>
<name>Bleach the Movie: Hell Verse</name>
<link>https://myanimelist.net/anime/8247</link>
</item>
<item>
<name>Haikyuu!!: To the Top (Part 1+2)</name>
<link>https://myanimelist.net/anime/38883</link>
</item>
<item>
<name>The Junji Ito Collection</name>
<link>https://myanimelist.net/anime/36124</link>
</item>
<item>
<name>Kakegurui: Compulsive Gambler</name>
<link>https://myanimelist.net/anime/34933</link>
</item>
<item>
<name>Overlord II</name>
<link>https://myanimelist.net/anime/35073</link>
</item>
<item>
<name>Jujutsu Kaisen (TV)</name>
<link>https://myanimelist.net/anime/40748</link>
</item>
<item>
<name>Haikyu!! 2nd Season</name>
<link>https://myanimelist.net/anime/28891</link>
</item>
<item>
<name>Haikyu!! 3rd Season</name>
<link>https://myanimelist.net/anime/32935</link>
</item>
<item>
<name>Baki</name>
<link>https://myanimelist.net/anime/34443</link>
</item>
<item>
<name>The Millionaire Detective – Balance: UNLIMITED</name>
<link>https://myanimelist.net/anime/41120</link>
</item>
<item>
<name>Baki: Dai Raitaisai-hen</name>
<link>https://myanimelist.net/anime/39555</link>
</item>
<item>
<name>Bleach: Thousand-Year Blood War Arc</name>
<link>https://myanimelist.net/anime/41467</link>
</item>
<item>
<name>Hell's Paradise</name>
<link>https://myanimelist.net/anime/46569</link>
</item>
<item>
<name>The Rising of the Shield Hero 2nd Season</name>
<link>https://myanimelist.net/anime/40356</link>
</item>
<item>
<name>Mieruko-chan</name>
<link>https://myanimelist.net/anime/48483</link>
</item>
<item>
<name>Jujutsu Kaisen 0 Movie</name>
<link>https://myanimelist.net/anime/48561</link>
</item>
<item>
<name>Eighty Six: 2nd Season</name>
<link>https://myanimelist.net/anime/48569</link>
</item>
<item>
<name>Attack on Titan: Final Season, Part 2</name>
<link>https://myanimelist.net/anime/48583</link>
</item>
<item>
<name>The Case Study of Vanitas</name>
<link>https://myanimelist.net/anime/48580</link>
</item>
<item>
<name>Black Clover: Sword of the Wizard King</name>
<link>https://myanimelist.net/anime/48585</link>
</item>
<item>
<name>Overlord IV</name>
<link>https://myanimelist.net/anime/48895</link>
</item>
<item>
<name>Dragon Ball Super: Super Hero</name>
<link>https://myanimelist.net/anime/48903</link>
</item>
<item>
<name>The Case Study of Vanitas Part 2</name>
<link>https://myanimelist.net/anime/49114</link>
</item>
<item>
<name>Exception</name>
<link>https://myanimelist.net/anime/49163</link>
</item>
<item>
<name>Record of Ragnarok II, Part 1</name>
<link>https://myanimelist.net/anime/49618</link>
</item>
<item>
<name>To Your Eternity Season 2</name>
<link>https://myanimelist.net/anime/49709</link>
</item>
<item>
<name>Tower of God</name>
<link>https://myanimelist.net/anime/40221</link>
</item>
<item>
<name>Pluto</name>
<link>https://myanimelist.net/anime/35737</link>
</item>
<item>
<name>To Your Eternity</name>
<link>https://myanimelist.net/anime/41025</link>
</item>
<item>
<name>The Daily Life of the Immortal King</name>
<link>https://myanimelist.net/anime/41094</link>
</item>
<item>
<name>Mob Psycho 100 III</name>
<link>https://myanimelist.net/anime/50172</link>
</item>
<item>
<name>Fena: Pirate Princess</name>
<link>https://myanimelist.net/anime/42544</link>
</item>
<item>
<name>Vinland Saga</name>
<link>https://myanimelist.net/anime/37521</link>
</item>
<item>
<name>Black Clover</name>
<link>https://myanimelist.net/anime/34572</link>
</item>
<item>
<name>My Hero Academia 5th Season</name>
<link>https://myanimelist.net/anime/41587</link>
</item>
<item>
<name>Overlord III</name>
<link>https://myanimelist.net/anime/37675</link>
</item>
<item>
<name>Redo of Healer</name>
<link>https://myanimelist.net/anime/40750</link>
</item>
<item>
<name>86</name>
<link>https://myanimelist.net/anime/41457</link>
</item>
<item>
<name>The Saga of Tanya the Evil</name>
<link>https://myanimelist.net/anime/32615</link>
</item>
<item>
<name>Attack on Titan: Final Season, Part 1</name>
<link>https://myanimelist.net/anime/40028</link>
</item>
<item>
<name>High-Rise Invasion</name>
<link>https://myanimelist.net/anime/43690</link>
</item>
<item>
<name>World's End Harem</name>
<link>https://myanimelist.net/anime/41946</link>
</item>
<item>
<name>Ranking of Kings</name>
<link>https://myanimelist.net/anime/40834</link>
</item>
<item>
<name>Super Dragon Ball Heroes</name>
<link>https://myanimelist.net/anime/37885</link>
</item>
<item>
<name>Plunderer</name>
<link>https://myanimelist.net/anime/37345</link>
</item>
<item>
<name>The Daily Life of the Immortal King 2nd Season</name>
<link>https://myanimelist.net/anime/44069</link>
</item>
<item>
<name>Mob Psycho 100 II</name>
<link>https://myanimelist.net/anime/37510</link>
</item>
<item>
<name>Baki Hanma: Son of Ogre</name>
<link>https://myanimelist.net/anime/42940</link>
</item>
<item>
<name>Chainsaw Man</name>
<link>https://myanimelist.net/anime/44511</link>
</item>
<item>
<name>Dragon Ball</name>
<link>https://myanimelist.net/anime/223</link>
</item>
<item>
<name>A Harem in a Fantasy World Labyrinth</name>
<link>https://myanimelist.net/anime/44524</link>
</item>
<item>
<name>Record of Ragnarok</name>
<link>https://myanimelist.net/anime/44942</link>
</item>
<item>
<name>Cyberpunk: Edgerunners</name>
<link>https://myanimelist.net/anime/42310</link>
</item>
<item>
<name>Platinum End</name>
<link>https://myanimelist.net/anime/44961</link>
</item>
<item>
<name>Vivy -Fluorite Eye's Song-</name>
<link>https://myanimelist.net/anime/46095</link>
</item>
<item>
<name>Ranking of Kings: The Treasure Chest of Courage</name>
<link>https://myanimelist.net/anime/52657</link>
</item>
<item>
<name>Kaiju No. 8</name>
<link>https://myanimelist.net/anime/52588</link>
</item>
<item>
<name>Undead Unluck</name>
<link>https://myanimelist.net/anime/52741</link>
</item>
<item>
<name>Berserk: The Golden Age Arc - Memorial Edition</name>
<link>https://myanimelist.net/anime/52976</link>
</item>
<item>
<name>Lookism</name>
<link>https://myanimelist.net/anime/53149</link>
</item>
<item>
<name>Onmyouji</name>
<link>https://myanimelist.net/anime/53151</link>
</item>
<item>
<name>Berserk of Gluttony</name>
<link>https://myanimelist.net/anime/53439</link>
</item>
<item>
<name>Dead Mount Death Play</name>
<link>https://myanimelist.net/anime/53613</link>
</item>
<item>
<name>Bleach: Thousand-Year Blood War - The Separation</name>
<link>https://myanimelist.net/anime/53998</link>
</item>
<item>
<name>The Kingdoms of Ruin</name>
<link>https://myanimelist.net/anime/54362</link>
</item>
<item>
<name>Dead Mount Death Play Part 2</name>
<link>https://myanimelist.net/anime/54743</link>
</item>
<item>
<name>Demon Slayer: Kimetsu no Yaiba Hashira Training Arc</name>
<link>https://myanimelist.net/anime/55701</link>
</item>
<item>
<name>Bungo Stray Dogs 5</name>
<link>https://myanimelist.net/anime/54898</link>
</item>
<item>
<name>Record of Ragnarok II Part 2</name>
<link>https://myanimelist.net/anime/55454</link>
</item>
<item>
<name>Good Night World</name>
<link>https://myanimelist.net/anime/56146</link>
</item>
<item>
<name>Ninja Kamui</name>
<link>https://myanimelist.net/anime/56285</link>
</item>
<item>
<name>Garouden: The Way of the Lone Wolf</name>
<link>https://myanimelist.net/anime/58717</link>
</item>
<item>
<name>Vinland Saga: 2nd Season</name>
<link>https://myanimelist.net/anime/49387</link>
</item>
<item>
<name>Spy x Family</name>
<link>https://myanimelist.net/anime/50265</link>
</item>
<item>
<name>Blue Lock</name>
<link>https://myanimelist.net/anime/49596</link>
</item>
<item>
<name>The Daily Life of the Immortal King 3</name>
<link>https://myanimelist.net/anime/50404</link>
</item>
<item>
<name>Housing Complex C</name>
<link>https://myanimelist.net/anime/51306</link>
</item>
<item>
<name>Bungo Stray Dogs 4</name>
<link>https://myanimelist.net/anime/50330</link>
</item>
<item>
<name>Dr. Stone: Ryuusui</name>
<link>https://myanimelist.net/anime/50612</link>
</item>
<item>
<name>My Hero Academia Season 6</name>
<link>https://myanimelist.net/anime/49918</link>
</item>
<item>
<name>Jujutsu Kaisen 2nd Season</name>
<link>https://myanimelist.net/anime/51009</link>
</item>
<item>
<name>One Piece Film: Red</name>
<link>https://myanimelist.net/anime/50410</link>
</item>
<item>
<name>Spy x Family, Part 2</name>
<link>https://myanimelist.net/anime/50602</link>
</item>
<item>
<name>Demon Slayer: Kimetsu no Yaiba Swordsmith Village Arc</name>
<link>https://myanimelist.net/anime/51019</link>
</item>
<item>
<name>Tekken: Bloodline</name>
<link>https://myanimelist.net/anime/51347</link>
</item>
<item>
<name>Solo Leveling</name>
<link>https://myanimelist.net/anime/52299</link>
</item>
<item>
<name>BASTARD!! Heavy Metal, Dark Fantasy</name>
<link>https://myanimelist.net/anime/50953</link>
</item>
<item>
<name>BASTARD!! Heavy Metal, Dark Fantasy Part 2</name>
<link>https://myanimelist.net/anime/51366</link>
</item>
<item>
<name>Hanma Baki: Son of Ogre 2nd Season</name>
<link>https://myanimelist.net/anime/51318</link>
</item>
<item>
<name>Mashle: Magic and Muscles</name>
<link>https://myanimelist.net/anime/52211</link>
</item>
<item>
<name>Mashle: Magic and Muscles (Specials)</name>
<link>https://myanimelist.net/anime/55339</link>
</item>
<item>
<name>Mashle: Magic and Muscles Season 2</name>
<link>https://myanimelist.net/anime/55813</link>
</item>
<item>
<name>Is It Wrong to Try to Pick Up Girls in a Dungeon?</name>
<link>https://myanimelist.net/anime/28121</link>
</item>
<item>
<name>The Eminence in Shadow</name>
<link>https://myanimelist.net/anime/48316</link>
</item>
<item>
<name>Overlord Movie 2: The Dark Hero</name>
<link>https://myanimelist.net/anime/34428</link>
</item>
<item>
<name>Overlord Movie 1: The Undead King</name>
<link>https://myanimelist.net/anime/34161</link>
</item>
<item>
<name>Onimusha</name>
<link>https://myanimelist.net/anime/53150</link>
</item>
<item>
<name>Wind Breaker</name>
<link>https://myanimelist.net/anime/54900</link>
</item>
<item>
<name>Tower of God Season 2</name>
<link>https://myanimelist.net/anime/52635</link>
</item>
<item>
<name>Wistoria: Wand and Sword</name>
<link>https://myanimelist.net/anime/58059</link>
</item>
<item>
<name>The Eminence in Shadow Season 2</name>
<link>https://myanimelist.net/anime/54595</link>
</item>
<item>
<name>I Got a Cheat Skill in Another World and Became Unrivaled in The Real World, Too</name>
<link>https://myanimelist.net/anime/52830</link>
</item>
<item>
<name>I Parry Everything</name>
<link>https://myanimelist.net/anime/57058</link>
</item>
<item>
<name>Is It Wrong to Try to Pick Up Girls in a Dungeon? II</name>
<link>https://myanimelist.net/anime/37347</link>
</item>
</data>
</folder>
<folder>
<name>Dropped</name>
<data>
<item>
<name>Flowers of Evil</name>
<link>https://myanimelist.net/anime/16201</link>
</item>
<item>
<name>Build Divide: Code Black</name>
<link>https://myanimelist.net/anime/48776</link>
</item>
</data>
</folder>
</list>
This is my script, which I exported from hianime.to
<?xml version="1.0"?>
<list>
<folder>
<name>Watching</name>
<data>
<item>
<name>One Piece</name>
<link>https://myanimelist.net/anime/21</link>
</item>
<item>
<name>Heroic Age</name>
<link>https://myanimelist.net/anime/2002</link>
</item>
<item>
<name>Boruto: Naruto Next Generations</name>
<link>https://myanimelist.net/anime/34566</link>
</item>
<item>
<name>Interspecies Reviewers</name>
<link>https://myanimelist.net/anime/40010</link>
</item>
<item>
<name>Dr. Stone: New World</name>
<link>https://myanimelist.net/anime/48549</link>
</item>
<item>
<name>My Hero Academia Season 7</name>
<link>https://myanimelist.net/anime/54789</link>
</item>
<item>
<name>Mysterious Disappearances</name>
<link>https://myanimelist.net/anime/54199</link>
</item>
</data>
</folder>
<folder>
<name>On-Hold</name>
<data>
<item>
<name>Now and Then, Here and There</name>
<link>https://myanimelist.net/anime/160</link>
</item>
<item>
<name>Shiki</name>
<link>https://myanimelist.net/anime/7724</link>
</item>
<item>
<name>High School DxD</name>
<link>https://myanimelist.net/anime/11617</link>
</item>
<item>
<name>Soul Eater</name>
<link>https://myanimelist.net/anime/3588</link>
</item>
<item>
<name>Akame ga Kill!</name>
<link>https://myanimelist.net/anime/22199</link>
</item>
<item>
<name>Date A Live</name>
<link>https://myanimelist.net/anime/15583</link>
</item>
<item>
<name>The Rising of the Shield Hero Season 3</name>
<link>https://myanimelist.net/anime/40357</link>
</item>
<item>
<name>Made in Abyss</name>
<link>https://myanimelist.net/anime/34599</link>
</item>
<item>
<name>Psycho-Pass</name>
<link>https://myanimelist.net/anime/13601</link>
</item>
<item>
<name>DARLING in the FRANXX</name>
<link>https://myanimelist.net/anime/35849</link>
</item>
<item>
<name>How Not to Summon a Demon Lord Ω</name>
<link>https://myanimelist.net/anime/41623</link>
</item>
<item>
<name>Dies irae: The Dawning Days</name>
<link>https://myanimelist.net/anime/36524</link>
</item>
<item>
<name>Welcome to the Ballroom</name>
<link>https://myanimelist.net/anime/34636</link>
</item>
<item>
<name>Fuuto PI</name>
<link>https://myanimelist.net/anime/48649</link>
</item>
<item>
<name>Sacrificial Princess and the King of Beasts</name>
<link>https://myanimelist.net/anime/46422</link>
</item>
<item>
<name>Drifting Home</name>
<link>https://myanimelist.net/anime/49938</link>
</item>
<item>
<name>Moriarty the Patriot</name>
<link>https://myanimelist.net/anime/40911</link>
</item>
<item>
<name>That Time I Got Reincarnated as a Slime</name>
<link>https://myanimelist.net/anime/37430</link>
</item>
<item>
<name>The Country of Rare Treasure</name>
<link>https://myanimelist.net/anime/42178</link>
</item>
<item>
<name>The Peak of True Martial Arts</name>
<link>https://myanimelist.net/anime/50647</link>
</item>
<item>
<name>Attack on Titan: The Final Season Part 3</name>
<link>https://myanimelist.net/anime/51535</link>
</item>
<item>
<name>Suzume’s Door-Locking</name>
<link>https://myanimelist.net/anime/50594</link>
</item>
<item>
<name>Ayaka: A Story of Bonds and Wounds</name>
<link>https://myanimelist.net/anime/53428</link>
</item>
<item>
<name>Fairy Tail: 100 Years Quest</name>
<link>https://myanimelist.net/anime/49785</link>
</item>
</data>
</folder>
<folder>
<name>Plan to watch</name>
<data>
<item>
<name>Tokyo Majin</name>
<link>https://myanimelist.net/anime/1860</link>
</item>
<item>
<name>World Trigger</name>
<link>https://myanimelist.net/anime/24405</link>
</item>
<item>
<name>My Love Story!!</name>
<link>https://myanimelist.net/anime/28297</link>
</item>
<item>
<name>Xam'd: Lost Memories</name>
<link>https://myanimelist.net/anime/4177</link>
</item>
<item>
<name>Tonari no Seki-kun: The Master of Killing Time</name>
<link>https://myanimelist.net/anime/18139</link>
</item>
<item>
<name>Xia Gan Yi Dan Shen Jianxin</name>
<link>https://myanimelist.net/anime/39419</link>
</item>
<item>
<name>High Card</name>
<link>https://myanimelist.net/anime/49154</link>
</item>
<item>
<name>Uzumaki: Spiral into Horror</name>
<link>https://myanimelist.net/anime/40333</link>
</item>
<item>
<name>Failure Frame: I Became the Strongest and Annihilated Everything With Low-Level Spells</name>
<link>https://myanimelist.net/anime/57892</link>
</item>
<item>
<name>Mushoku Tensei: Jobless Reincarnation</name>
<link>https://myanimelist.net/anime/39535</link>
</item>
<item>
<name>The Faraway Paladin</name>
<link>https://myanimelist.net/anime/48761</link>
</item>
<item>
<name>Four-Panel Heroes</name>
<link>https://myanimelist.net/anime/55578</link>
</item>
<item>
<name>Takt Op. Destiny</name>
<link>https://myanimelist.net/anime/48556</link>
</item>
<item>
<name>Wizard Barristers</name>
<link>https://myanimelist.net/anime/20053</link>
</item>
<item>
<name>Sirius the Jaeger</name>
<link>https://myanimelist.net/anime/37569</link>
</item>
<item>
<name>Ron Kamonohashi's Forbidden Deductions</name>
<link>https://myanimelist.net/anime/53879</link>
</item>
<item>
<name>The Strongest Magician in the Demon Lord's Army Was a Human</name>
<link>https://myanimelist.net/anime/57876</link>
</item>
<item>
<name>Under Ninja</name>
<link>https://myanimelist.net/anime/49766</link>
</item>
<item>
<name>Ojisan in Another World</name>
<link>https://myanimelist.net/anime/49220</link>
</item>
<item>
<name>High Card Season 2</name>
<link>https://myanimelist.net/anime/54869</link>
</item>
</data>
</folder>
<folder>
<name>Completed</name>
<data>
<item>
<name>I'm Quitting Heroing</name>
<link>https://myanimelist.net/anime/50175</link>
</item>
<item>
<name>Ningen Fushin: Adventurers Who Don't Believe in Humanity Will Save the World</name>
<link>https://myanimelist.net/anime/49612</link>
</item>
<item>
<name>Hunter x Hunter</name>
<link>https://myanimelist.net/anime/11061</link>
</item>
<item>
<name>Golden Boy</name>
<link>https://myanimelist.net/anime/268</link>
</item>
<item>
<name>Berserk (1997)</name>
<link>https://myanimelist.net/anime/33</link>
</item>
<item>
<name>Bleach</name>
<link>https://myanimelist.net/anime/269</link>
</item>
<item>
<name>Code:Breaker</name>
<link>https://myanimelist.net/anime/11703</link>
</item>
<item>
<name>BLOOD-C</name>
<link>https://myanimelist.net/anime/10490</link>
</item>
<item>
<name>Buddha 2: The Endless Journey</name>
<link>https://myanimelist.net/anime/20969</link>
</item>
<item>
<name>Haikyuu!!: Lev Genzan!</name>
<link>https://myanimelist.net/anime/25303</link>
</item>
<item>
<name>Kabaneri of the Iron Fortress</name>
<link>https://myanimelist.net/anime/28623</link>
</item>
<item>
<name>Saga of Tanya the Evil: The Movie</name>
<link>https://myanimelist.net/anime/37055</link>
</item>
<item>
<name>Naruto: Shippuden</name>
<link>https://myanimelist.net/anime/1735</link>
</item>
<item>
<name>Haikyu!!</name>
<link>https://myanimelist.net/anime/20583</link>
</item>
<item>
<name>Berserk (2016)</name>
<link>https://myanimelist.net/anime/32379</link>
</item>
<item>
<name>Rin: Daughters of Mnemosyne</name>
<link>https://myanimelist.net/anime/3342</link>
</item>
<item>
<name>Naruto</name>
<link>https://myanimelist.net/anime/20</link>
</item>
<item>
<name>Kakegurui××</name>
<link>https://myanimelist.net/anime/37086</link>
</item>
<item>
<name>Berserk: Season II (2017)</name>
<link>https://myanimelist.net/anime/34055</link>
</item>
<item>
<name>Overlord</name>
<link>https://myanimelist.net/anime/29803</link>
</item>
<item>
<name>The Rising of the Shield Hero</name>
<link>https://myanimelist.net/anime/35790</link>
</item>
<item>
<name>Bleach the Movie: Hell Verse</name>
<link>https://myanimelist.net/anime/8247</link>
</item>
<item>
<name>Haikyuu!!: To the Top (Part 1+2)</name>
<link>https://myanimelist.net/anime/38883</link>
</item>
<item>
<name>The Junji Ito Collection</name>
<link>https://myanimelist.net/anime/36124</link>
</item>
<item>
<name>Kakegurui: Compulsive Gambler</name>
<link>https://myanimelist.net/anime/34933</link>
</item>
<item>
<name>Overlord II</name>
<link>https://myanimelist.net/anime/35073</link>
</item>
<item>
<name>Jujutsu Kaisen (TV)</name>
<link>https://myanimelist.net/anime/40748</link>
</item>
<item>
<name>Haikyu!! 2nd Season</name>
<link>https://myanimelist.net/anime/28891</link>
</item>
<item>
<name>Haikyu!! 3rd Season</name>
<link>https://myanimelist.net/anime/32935</link>
</item>
<item>
<name>Baki</name>
<link>https://myanimelist.net/anime/34443</link>
</item>
<item>
<name>The Millionaire Detective – Balance: UNLIMITED</name>
<link>https://myanimelist.net/anime/41120</link>
</item>
<item>
<name>Baki: Dai Raitaisai-hen</name>
<link>https://myanimelist.net/anime/39555</link>
</item>
<item>
<name>Bleach: Thousand-Year Blood War Arc</name>
<link>https://myanimelist.net/anime/41467</link>
</item>
<item>
<name>Hell's Paradise</name>
<link>https://myanimelist.net/anime/46569</link>
</item>
<item>
<name>The Rising of the Shield Hero 2nd Season</name>
<link>https://myanimelist.net/anime/40356</link>
</item>
<item>
<name>Mieruko-chan</name>
<link>https://myanimelist.net/anime/48483</link>
</item>
<item>
<name>Jujutsu Kaisen 0 Movie</name>
<link>https://myanimelist.net/anime/48561</link>
</item>
<item>
<name>Eighty Six: 2nd Season</name>
<link>https://myanimelist.net/anime/48569</link>
</item>
<item>
<name>Attack on Titan: Final Season, Part 2</name>
<link>https://myanimelist.net/anime/48583</link>
</item>
<item>
<name>The Case Study of Vanitas</name>
<link>https://myanimelist.net/anime/48580</link>
</item>
<item>
<name>Black Clover: Sword of the Wizard King</name>
<link>https://myanimelist.net/anime/48585</link>
</item>
<item>
<name>Overlord IV</name>
<link>https://myanimelist.net/anime/48895</link>
</item>
<item>
<name>Dragon Ball Super: Super Hero</name>
<link>https://myanimelist.net/anime/48903</link>
</item>
<item>
<name>The Case Study of Vanitas Part 2</name>
<link>https://myanimelist.net/anime/49114</link>
</item>
<item>
<name>Exception</name>
<link>https://myanimelist.net/anime/49163</link>
</item>
<item>
<name>Record of Ragnarok II, Part 1</name>
<link>https://myanimelist.net/anime/49618</link>
</item>
<item>
<name>To Your Eternity Season 2</name>
<link>https://myanimelist.net/anime/49709</link>
</item>
<item>
<name>Tower of God</name>
<link>https://myanimelist.net/anime/40221</link>
</item>
<item>
<name>Pluto</name>
<link>https://myanimelist.net/anime/35737</link>
</item>
<item>
<name>To Your Eternity</name>
<link>https://myanimelist.net/anime/41025</link>
</item>
<item>
<name>The Daily Life of the Immortal King</name>
<link>https://myanimelist.net/anime/41094</link>
</item>
<item>
<name>Mob Psycho 100 III</name>
<link>https://myanimelist.net/anime/50172</link>
</item>
<item>
<name>Fena: Pirate Princess</name>
<link>https://myanimelist.net/anime/42544</link>
</item>
<item>
<name>Vinland Saga</name>
<link>https://myanimelist.net/anime/37521</link>
</item>
<item>
<name>Black Clover</name>
<link>https://myanimelist.net/anime/34572</link>
</item>
<item>
<name>My Hero Academia 5th Season</name>
<link>https://myanimelist.net/anime/41587</link>
</item>
<item>
<name>Overlord III</name>
<link>https://myanimelist.net/anime/37675</link>
</item>
<item>
<name>Redo of Healer</name>
<link>https://myanimelist.net/anime/40750</link>
</item>
<item>
<name>86</name>
<link>https://myanimelist.net/anime/41457</link>
</item>
<item>
<name>The Saga of Tanya the Evil</name>
<link>https://myanimelist.net/anime/32615</link>
</item>
<item>
<name>Attack on Titan: Final Season, Part 1</name>
<link>https://myanimelist.net/anime/40028</link>
</item>
<item>
<name>High-Rise Invasion</name>
<link>https://myanimelist.net/anime/43690</link>
</item>
<item>
<name>World's End Harem</name>
<link>https://myanimelist.net/anime/41946</link>
</item>
<item>
<name>Ranking of Kings</name>
<link>https://myanimelist.net/anime/40834</link>
</item>
<item>
<name>Super Dragon Ball Heroes</name>
<link>https://myanimelist.net/anime/37885</link>
</item>
<item>
<name>Plunderer</name>
<link>https://myanimelist.net/anime/37345</link>
</item>
<item>
<name>The Daily Life of the Immortal King 2nd Season</name>
<link>https://myanimelist.net/anime/44069</link>
</item>
<item>
<name>Mob Psycho 100 II</name>
<link>https://myanimelist.net/anime/37510</link>
</item>
<item>
<name>Baki Hanma: Son of Ogre</name>
<link>https://myanimelist.net/anime/42940</link>
</item>
<item>
<name>Chainsaw Man</name>
<link>https://myanimelist.net/anime/44511</link>
</item>
<item>
<name>Dragon Ball</name>
<link>https://myanimelist.net/anime/223</link>
</item>
<item>
<name>A Harem in a Fantasy World Labyrinth</name>
<link>https://myanimelist.net/anime/44524</link>
</item>
<item>
<name>Record of Ragnarok</name>
<link>https://myanimelist.net/anime/44942</link>
</item>
<item>
<name>Cyberpunk: Edgerunners</name>
<link>https://myanimelist.net/anime/42310</link>
</item>
<item>
<name>Platinum End</name>
<link>https://myanimelist.net/anime/44961</link>
</item>
<item>
<name>Vivy -Fluorite Eye's Song-</name>
<link>https://myanimelist.net/anime/46095</link>
</item>
<item>
<name>Ranking of Kings: The Treasure Chest of Courage</name>
<link>https://myanimelist.net/anime/52657</link>
</item>
<item>
<name>Kaiju No. 8</name>
<link>https://myanimelist.net/anime/52588</link>
</item>
<item>
<name>Undead Unluck</name>
<link>https://myanimelist.net/anime/52741</link>
</item>
<item>
<name>Berserk: The Golden Age Arc - Memorial Edition</name>
<link>https://myanimelist.net/anime/52976</link>
</item>
<item>
<name>Lookism</name>
<link>https://myanimelist.net/anime/53149</link>
</item>
<item>
<name>Onmyouji</name>
<link>https://myanimelist.net/anime/53151</link>
</item>
<item>
<name>Berserk of Gluttony</name>
<link>https://myanimelist.net/anime/53439</link>
</item>
<item>
<name>Dead Mount Death Play</name>
<link>https://myanimelist.net/anime/53613</link>
</item>
<item>
<name>Bleach: Thousand-Year Blood War - The Separation</name>
<link>https://myanimelist.net/anime/53998</link>
</item>
<item>
<name>The Kingdoms of Ruin</name>
<link>https://myanimelist.net/anime/54362</link>
</item>
<item>
<name>Dead Mount Death Play Part 2</name>
<link>https://myanimelist.net/anime/54743</link>
</item>
<item>
<name>Demon Slayer: Kimetsu no Yaiba Hashira Training Arc</name>
<link>https://myanimelist.net/anime/55701</link>
</item>
<item>
<name>Bungo Stray Dogs 5</name>
<link>https://myanimelist.net/anime/54898</link>
</item>
<item>
<name>Record of Ragnarok II Part 2</name>
<link>https://myanimelist.net/anime/55454</link>
</item>
<item>
<name>Good Night World</name>
<link>https://myanimelist.net/anime/56146</link>
</item>
<item>
<name>Ninja Kamui</name>
<link>https://myanimelist.net/anime/56285</link>
</item>
<item>
<name>Garouden: The Way of the Lone Wolf</name>
<link>https://myanimelist.net/anime/58717</link>
</item>
<item>
<name>Vinland Saga: 2nd Season</name>
<link>https://myanimelist.net/anime/49387</link>
</item>
<item>
<name>Spy x Family</name>
<link>https://myanimelist.net/anime/50265</link>
</item>
<item>
<name>Blue Lock</name>
<link>https://myanimelist.net/anime/49596</link>
</item>
<item>
<name>The Daily Life of the Immortal King 3</name>
<link>https://myanimelist.net/anime/50404</link>
</item>
<item>
<name>Housing Complex C</name>
<link>https://myanimelist.net/anime/51306</link>
</item>
<item>
<name>Bungo Stray Dogs 4</name>
<link>https://myanimelist.net/anime/50330</link>
</item>
<item>
<name>Dr. Stone: Ryuusui</name>
<link>https://myanimelist.net/anime/50612</link>
</item>
<item>
<name>My Hero Academia Season 6</name>
<link>https://myanimelist.net/anime/49918</link>
</item>
<item>
<name>Jujutsu Kaisen 2nd Season</name>
<link>https://myanimelist.net/anime/51009</link>
</item>
<item>
<name>One Piece Film: Red</name>
<link>https://myanimelist.net/anime/50410</link>
</item>
<item>
<name>Spy x Family, Part 2</name>
<link>https://myanimelist.net/anime/50602</link>
</item>
<item>
<name>Demon Slayer: Kimetsu no Yaiba Swordsmith Village Arc</name>
<link>https://myanimelist.net/anime/51019</link>
</item>
<item>
<name>Tekken: Bloodline</name>
<link>https://myanimelist.net/anime/51347</link>
</item>
<item>
<name>Solo Leveling</name>
<link>https://myanimelist.net/anime/52299</link>
</item>
<item>
<name>BASTARD!! Heavy Metal, Dark Fantasy</name>
<link>https://myanimelist.net/anime/50953</link>
</item>
<item>
<name>BASTARD!! Heavy Metal, Dark Fantasy Part 2</name>
<link>https://myanimelist.net/anime/51366</link>
</item>
<item>
<name>Hanma Baki: Son of Ogre 2nd Season</name>
<link>https://myanimelist.net/anime/51318</link>
</item>
<item>
<name>Mashle: Magic and Muscles</name>
<link>https://myanimelist.net/anime/52211</link>
</item>
<item>
<name>Mashle: Magic and Muscles (Specials)</name>
<link>https://myanimelist.net/anime/55339</link>
</item>
<item>
<name>Mashle: Magic and Muscles Season 2</name>
<link>https://myanimelist.net/anime/55813</link>
</item>
<item>
<name>Is It Wrong to Try to Pick Up Girls in a Dungeon?</name>
<link>https://myanimelist.net/anime/28121</link>
</item>
<item>
<name>The Eminence in Shadow</name>
<link>https://myanimelist.net/anime/48316</link>
</item>
<item>
<name>Overlord Movie 2: The Dark Hero</name>
<link>https://myanimelist.net/anime/34428</link>
</item>
<item>
<name>Overlord Movie 1: The Undead King</name>
<link>https://myanimelist.net/anime/34161</link>
</item>
<item>
<name>Onimusha</name>
<link>https://myanimelist.net/anime/53150</link>
</item>
<item>
<name>Wind Breaker</name>
<link>https://myanimelist.net/anime/54900</link>
</item>
<item>
<name>Tower of God Season 2</name>
<link>https://myanimelist.net/anime/52635</link>
</item>
<item>
<name>Wistoria: Wand and Sword</name>
<link>https://myanimelist.net/anime/58059</link>
</item>
<item>
<name>The Eminence in Shadow Season 2</name>
<link>https://myanimelist.net/anime/54595</link>
</item>
<item>
<name>I Got a Cheat Skill in Another World and Became Unrivaled in The Real World, Too</name>
<link>https://myanimelist.net/anime/52830</link>
</item>
<item>
<name>I Parry Everything</name>
<link>https://myanimelist.net/anime/57058</link>
</item>
<item>
<name>Is It Wrong to Try to Pick Up Girls in a Dungeon? II</name>
<link>https://myanimelist.net/anime/37347</link>
</item>
</data>
</folder>
<folder>
<name>Dropped</name>
<data>
<item>
<name>Flowers of Evil</name>
<link>https://myanimelist.net/anime/16201</link>
</item>
<item>
<name>Build Divide: Code Black</name>
<link>https://myanimelist.net/anime/48776</link>
</item>
</data>
</folder>
</list>
@JfJec wow thanks for sharing your list ig? |
More topics from this board
» Why has MAL been delisted from basic search functionality?kairyu-shin - Oct 14, 2021 |
24 |
by Shishio-kun
»»
2 hours ago |
|
Sticky: » Club President Request Thread ( 1 2 3 4 5 ... Last Page )Kineta - Aug 7, 2010 |
781 |
by Tensho
»»
4 hours ago |
|
» [SOLVED] Left click not working not working on FirefoxPossumist - Sep 5 |
3 |
by CC
»»
8 hours ago |
|
» I accidently changed the size of my tags Column, and I don't know how to fix itAPolygons2 - Sep 4 |
3 |
by Luna
»»
Sep 4, 12:11 PM |
|
» Thread displaying incorrect thread creator after being movedNoboru - Sep 3 |
6 |
by Noboru
»»
Sep 4, 9:19 AM |