DominicMaas / youtube-extractor

YouTube stream extractor library for Dart. Based on YouTubeExplode by Tyrrrz.
MIT License
85 stars 27 forks source link

Fixed and modified url parameters #9

Closed EddieJeong closed 5 years ago

EddieJeong commented 5 years ago

Fixed some parameters like 'sts', 'ratebypass' and 'sig'.

thlorenz commented 5 years ago

Tried this patch in my project and it fixed the API issue. Thanks @EddieJeong !