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

"urllib" to "requests" library change #182

Closed
wants to merge 7 commits into from
Closed

Commits on Dec 24, 2023

  1. modified scraper.py to use requests instead of urllib. Additionally r…

    …emoved the line importing json lib twice since its already imported in line 7.
    MUCCHU committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    f9cc2c6 View commit details
    Browse the repository at this point in the history
  2. Modified html_processor.py file to use requests instead of urllib and…

    … formatted using black
    MUCCHU committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    3f6cfba View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Configuration menu
    Copy the full SHA
    7c2928f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    653cac2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c756f2 View commit details
    Browse the repository at this point in the history
  4. updated video.py to replace urllib by requests, formatted using black…

    … and removed unused import
    MUCCHU committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    f794e34 View commit details
    Browse the repository at this point in the history
  5. Updated annex.py to import individual items from collections to suppo…

    …rt the the updated package
    MUCCHU committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    a307014 View commit details
    Browse the repository at this point in the history