Turtyo

Results 8 comments of Turtyo

I have the exact same issue with all versions of `backmarket.com` ( .fr in my case too for the localized version). I also tracked the issue to be in `EasyList...

While I'm at it, here is the temporary fix that I did: ```py if not episode_parsed: episode_number = anitopy_result.get("episode_number", 0) if isinstance(episode_number, list): episode_number = episode_number[0] try: returnee.update({"episode": int(episode_number or...

Sorry, I forgot to mention the file. It's the same file as the one mentioned in the error, ie `/home/my_name/.local/lib/python3.10/site-packages/animdl/core/codebase/helpers/__init__.py`. This may differ depending on your system. I replaced the...

isn't it an error in the first to give a `List` to something that requires `T` ?

Wouldn't it be more logical for a function to vectorize on a vec (ie do a `each`) instead of coercing `List` to `T` in the unique case where `List` is...

Ah yes, that would work also. Advantage is that it would auto-update the name if the media being played changes, but on the other side, someone might want to rename...

![image](https://github.com/user-attachments/assets/3fed676e-28dd-4bba-a13d-70a4636ae193) I did the little change you talked about above. Also, just a little confusion; when I was talking about renaming, I was talking about changing the "Firefox" at the...