8000 Made it compatible with Python 3.12 and above by invictusaman · Pull Request #4 · csyezheng/coursera-helper · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Made it compatible with Python 3.12 and above #4

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion coursera_helper/coursera_dl.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
import time
import shutil

from distutils.version import LooseVersion as V
from packaging.version import Version as V


# Test versions of some critical modules.
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ configargparse>=0.12.0
attrs==18.1.0
playwright>=1.38.0
browser_cookie3>=0.19.1
packaging>=24.1
0