mirror of
https://github.com/simon987/Misc-Download-Scripts.git
synced 2025-12-17 08:29:02 +00:00
Initial commit
This commit is contained in:
11
lynda.com/tmp.py
Normal file
11
lynda.com/tmp.py
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
terms = ["data science", "big data", "hadoop", "python", "data mining", "text mining", "deep learning", "blender",
|
||||
"unity", "zbrush", "substance"]
|
||||
|
||||
for line in open("courses.txt"):
|
||||
|
||||
category, name, course_id, url = line.split("\0")
|
||||
|
||||
for term in terms:
|
||||
if term in name.lower():
|
||||
print(url[:-1])
|
||||
Reference in New Issue
Block a user