Debería.
Si antes funcionaba con '{40,}' ahora debe funcionar '{78,}' que es la nueva longitud del hash. Con algo superior a 40 puede funcionar. También con 40, pero en algunas urls falla a no ser que yo tenga algo diferente

Debería.
Código: Seleccionar todo
_hash = scrapertools.find_single_match(video_url, '[A-z0-9\_\-]{40,}')
Código: Seleccionar todo
_hash = scrapertools.find_single_match(video_url, '[A-z0-9\_\-]{78,}')
Código: Seleccionar todo
list.extend(L)
Extend the list by appending all the items in the given list; equivalent to a[len(a):] = L