Skip to content

Commit 5670fdf

Browse files
committed
Fixes bugs and bumps to version 1.2.8
1 parent 3f1bf50 commit 5670fdf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

khan_dl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import sys
66
from art import tprint
77

8-
__version__ = "1.2.7"
8+
__version__ = "1.2.8"
99

1010

1111
def set_log_level(args):

khan_dl/khan_dl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
COURSE_HEAD = {"tag": "h2", "class": "_t2uf76"}
2929
COURSE_URL = {"tag": "a", "class": "_dwmetq"}
30-
COURSE_TITLE = {"data-test-id": "unit-block-title"}
30+
COURSE_TITLE = {"data-test-id": "course-unit-title"}
3131
COURSE_UNIT_TITLE = {"data-test-id": "unit-header"}
3232
COURSE_SUBUNIT_TITLE_ATTRS = {"data-test-id": "lesson-card-link"}
3333
COURSE_SUBUNIT_BODY = {"tag": "ul", "class": "_37mhyh"}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="khan-dl",
10-
version="1.2.7",
10+
version="1.2.8",
1111
description="Download courses from khanacademy.org",
1212
long_description=README,
1313
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)