capless / warrant

Python library for using AWS Cognito. With support for SRP.
Apache License 2.0
468 stars 192 forks source link

youtube-dl extractor #85

Closed wernerkarlheisenberg closed 6 years ago

wernerkarlheisenberg commented 6 years ago

I'm currently writing an extractor for youtube-dl. As the channel I want to support uses cognito idp for authentication it would be very beneficial to use this library. I don't know whether youtube-dl will allow me import this library directly, if not, would it be allowed to copy part of the source code in this library to create a generic extractor for cognito idp in youtube-dl. Of course I will refer to this package using comments.

bjinwright commented 6 years ago

You should be able to import it. Other than follow the rules of the license in the root of the repo.