File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
import sys
6
6
from art import tprint
7
7
8
- __version__ = "1.2.7 "
8
+ __version__ = "1.2.8 "
9
9
10
10
11
11
def set_log_level (args ):
Original file line number Diff line number Diff line change 27
27
28
28
COURSE_HEAD = {"tag" : "h2" , "class" : "_t2uf76" }
29
29
COURSE_URL = {"tag" : "a" , "class" : "_dwmetq" }
30
- COURSE_TITLE = {"data-test-id" : "unit-block -title" }
30
+ COURSE_TITLE = {"data-test-id" : "course-unit -title" }
31
31
COURSE_UNIT_TITLE = {"data-test-id" : "unit-header" }
32
32
COURSE_SUBUNIT_TITLE_ATTRS = {"data-test-id" : "lesson-card-link" }
33
33
COURSE_SUBUNIT_BODY = {"tag" : "ul" , "class" : "_37mhyh" }
Original file line number Diff line number Diff line change 7
7
8
8
setup (
9
9
name = "khan-dl" ,
10
- version = "1.2.7 " ,
10
+ version = "1.2.8 " ,
11
11
description = "Download courses from khanacademy.org" ,
12
12
long_description = README ,
13
13
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments