I have put together a small python script to resolve the links from vidtodo.com
Im not sure how to make this into a urlresolver plugin, maybe someone else can add it. Works fine for all the links I pass it.
import requests, re, time
def GetVidtodo(url):
headers = {'content-type'...