I know 9anime has changed domains often in the past, and the extension requires knowing the exact domain, I can't do wildcards like 9anime.*. So I need a background job that polls 9anime.to, watch for the redirect, and make sure the new domain is the same as what's defined in the code.
I know 9anime has changed domains often in the past, and the extension requires knowing the exact domain, I can't do wildcards like
9anime.*
. So I need a background job that polls9anime.to
, watch for the redirect, and make sure the new domain is the same as what's defined in the code.