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

Update yts_downloader.py #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Aug 2, 2020

  1. Update yts_downloader.py

    On slower connections a 7 sec timeout is a very low threshold . I increased to 45. My 2020 MBP on 100/100 Mbps wifi was taking 25 seconds every time.
    
    Also yts.am html has changed. They wrapped the value you're trying to get in <b> tags. I updated line 23 to get the value needed. it was getting '<b>18' and then trying to convert that to int.
    Kallbrig committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    b89b3c0 View commit details
    Browse the repository at this point in the history