Skip to content
This repository has been archived by the owner on Nov 6, 2021. It is now read-only.

Getting VideoURL and VideoThumbnailURL #5

Closed
jcaracciolo opened this issue Aug 25, 2017 · 2 comments
Closed

Getting VideoURL and VideoThumbnailURL #5

jcaracciolo opened this issue Aug 25, 2017 · 2 comments
Assignees

Comments

@jcaracciolo
Copy link

I've noticed there is a video_link in the USGames object. Doing a little research i found out that is only and ID and the corresponding URL are given by

thumbnailURL = http://cf.c.ooyala.com/{video_link}/PE3O6Z9ojHeNSk7H4xMDoxOjA1O37pTB
videoURL = http://cf.c.ooyala.com/{video_link}/DOcJ-FxaFrRg4gtDEwOjFmZzowczE7F2

I dont have setup anything to make a PR so if you want to go ahead, or just leave it here for future developers to find it out

@favna favna self-assigned this Jan 19, 2019
@favna
Copy link
Collaborator

favna commented Jan 19, 2019

@jcaracciolo well this is an extremely late reply if any exists but can you elaborate? Specifically where do you get the PE3O6Z9ojHeNSk7H4xMDoxOjA1O37pTB and DOcJ-FxaFrRg4gtDEwOjFmZzowczE7F2 from? The data returned by the lib for a game such as 1-2-Switch is as follows and I can't tell from your reply what goes where unless you're saying more info should be gotten from somewhere:

    const game: GameUS = {
        buyitnow: true,
        buyonline: true,
        ca_price: 64.99,
        categories: {category: ['Party', 'Multiplayer', 'Action'],},
        digitaldownload: false,
        eshop_price: 49.99,
        free_to_start: false,
        front_box_art: 'https://media.nintendo.com/nintendo/bin/oiM2QlLg9frNJhSWvFGmi5NAvEAGlYVx/_3d_ldcR3G0YQl590uHXZ89Jmouu5aS9.png',
        game_code: 'HACPAACCA',
        id: 'QY7EtPDIW1WGVWSEkQ7ZVLvCFvonU-Wl',
        nsuid: '70010000000141',
        number_of_players: '2 players simultaneous',
        release_date: 'Mar 3, 2017',
        slug: '1-2-switch',
        system: 'Nintendo Switch',
        title: '1-2-Switch',
        video_link: 'h1OTBqODE64B-g16PJeQj6tifbVKl_v8',
    };

@favna
Copy link
Collaborator

favna commented Feb 26, 2019

Closing because issue is stale. If new information is available it can be re-opened

@favna favna closed this as completed Feb 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants