lttkgp / metadata-extractor

Extract song metadata from YouTube links with Spotify API
MIT License
14 stars 7 forks source link

Add 'embeddable' boolean in extraAttrs #34

Closed parth-paradkar closed 3 years ago

parth-paradkar commented 3 years ago

This will add a check if the video is embeddable or not. We can use this in C-3PO to only insert posts that can be embedded.

pep8speaks commented 3 years ago

Hello @thescriptninja! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 36:80: E501 line too long (84 > 79 characters)

parth-paradkar commented 3 years ago

Closes #21