Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TED extractor: prefer 'code' to 'uri' if present #5012

Closed
minusf opened this issue Feb 20, 2015 · 1 comment
Closed

TED extractor: prefer 'code' to 'uri' if present #5012

minusf opened this issue Feb 20, 2015 · 1 comment

Comments

@minusf
Copy link
Contributor

@minusf minusf commented Feb 20, 2015

it seems like some TED videos pointing to Youtube define code,
and may or may not use uri for something else (pointing to the page of the actual TED event).

here is an actual example:
http://www.ted.com/talks/jeffrey_kluger_the_sibling_bond

{"talks": [{
        "id":1369,
        "duration":1268, 
        "canonical":"http://www.ted.com/talks/jeffrey_kluger_the_sibling_bond",
        "external": {
            "code":"aFBIPO-P7LM",
            "service":"YouTube",
            "uri":"http://www.ted.com/tedx/events/3601"
        },
    }]
}
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Feb 20, 2015

This will be fixed in the next version. Thanks for the report and PR.

@dstftw dstftw closed this Feb 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.