@@ -91,7 +91,7 @@ def __init__(self, LANGUAGES: str) -> None:
9191 self .hyperscan_version : Pattern [str ] = re .compile ('\\ (USE[0-9]\\ )' )
9292 self .nec_mastering_code : Pattern [str ] = re .compile ('\\ ((?:(?:F|S)A[A-F][ABTS](?:, )?)+\\ )' )
9393 self .nintendo_mastering_code : Pattern [str ] = re .compile (
94- '\\ ((?:A[BDEFHLNPSXY]|B[58DFJLNPRT ]|C[BX]|FT|JE|K[ADFIKMRXZ]|LB|PN|QA|RC|S[KN]|T[ABCJQ]|V[BEJKLMW]|Y[XW])[A-Z0-9][ADEJPVXYZ]\\ )'
94+ '\\ ((?:A[BDEFHLNPSXY]|B[58BDFJLNPRT ]|C[BX]|FT|JE|K[ADFIKMRXZ]|LB|PN|QA|RC|S[KN]|T[ABCJQ]|V[BEJKLMW]|Y[XW])[A-Z0-9][ADEJPVXYZ]\\ )'
9595 )
9696 self .nintendo_3ds_product_code : Pattern [str ] = re .compile (
9797 '\\ (?:[CT][TW][LR]-[NP]-[AK][7E]A[EV]\\ )'
@@ -236,7 +236,7 @@ def __init__(self, LANGUAGES: str) -> None:
236236 self .video : tuple [Pattern [str ], ...] = (
237237 re .compile ('Game Boy Advance Video' , flags = re .I ),
238238 re .compile ('- (Preview|Movie) Trailer' , flags = re .I ),
239- re .compile ('\\ (Nintendo (?:3DS )?Direct.*?\\ )' , flags = re .I ),
239+ re .compile ('\\ (Nintendo (?:3DS )?(?: Direct|Conference) .*?\\ )' , flags = re .I ),
240240 re .compile ('\\ ((?:\\ w*\\ s)*Trailer(?:s|\\ sDisc)?(?:\\ s\\ w*)*\\ )' , flags = re .I ),
241241 re .compile ('\\ ((?:E3.*)?Video\\ )' , flags = re .I ),
242242 )
0 commit comments