raiseFailed(f"Collection Error: {method_name}{discover_attr} attribute: must be used with either certification, certification.lte, or certification.gte")
elifdiscover_attr=="certification":
@ -989,10 +989,24 @@ class CollectionBuilder:
new_dictionary[discover_final]=discover_data
else:
raiseFailed(f"Collection Error: {method_name}{discover_final} attribute: must be used with certification_country")
elifdiscover_attr=="watch_region":
if"with_watch_providers"indict_data:
new_dictionary[discover_final]=discover_data
else:
raiseFailed(f"Collection Error: {method_name}{discover_final} attribute: must be used with with_watch_providers")