diff --git a/providers/boxofficebuz.yml b/providers/boxofficebuz.yml index 09d19c3f..91328afc 100644 --- a/providers/boxofficebuz.yml +++ b/providers/boxofficebuz.yml @@ -1,10 +1,15 @@ --- - provider_name: Box Office Buz - provider_url: http://boxofficebuz.com + provider_url: https://boxofficebuz.com endpoints: - - url: http://boxofficebuz.com/oembed - discovery: true - example_urls: - - http://boxofficebuz.com/oembed?url=http://movies.boxofficebuz.com/video/jack-reacher-never-go-back-tv-spot-hunting - - http://boxofficebuz.com/oembed?url=http://movies.boxofficebuz.com/video/ghost-in-the-shell-trailer-teaser-5 + - schemes: + - https://boxofficebuz.com/embed/video/* + url: https://api.boxofficebuz.com/v2/oembed + discovery: true + formats: + - json + - xml + example_urls: + - https://api.boxofficebuz.com/v2/oembed?url=https://boxofficebuz.com/embed/video/jack-reacher-never-go-back-tv-spot-hunting&format=json + - https://api.boxofficebuz.com/v2/oembed?url=https://boxofficebuz.com/embed/video/ghost-in-the-shell-trailer-teaser-5&format=xml ...