Skip to content

Commit

Permalink
Merge pull request #16 from MohitSolunke/main
Browse files Browse the repository at this point in the history
WEB_SCRAPER SAMPLES ADDED
  • Loading branch information
1447bits authored Oct 29, 2023
2 parents 33da5ba + 5a9d053 commit 07121f9
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 3 deletions.
8 changes: 5 additions & 3 deletions codepal/Chapters.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"total_number_of_chapters":3,
"total_number_of_chapters":15,
"chapter_data_paths":[
"/chapter-data/DATA_STRUCTURES_WITH_CPP.json",
"/chapter-data/DATA_SCIENCE.json",
Expand All @@ -14,8 +14,10 @@
"/chapter-data/SECURITY_ESSENTIALS.json",
"/chapter-data/WD.json",
"/chapter-data/DATA_STRUCTURE_IN_JAVA.json",
"/chapter-data/REACT_NATIVE.json"
"/chapter-data/REACT_NATIVE.json",
"/chapter-data/WEB_SCRAPER SAMPLES.json"



]
}
}
28 changes: 28 additions & 0 deletions codepal/chapter-data/WEB_SCRAPER SAMPLES.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"chapter_name": "All About Web Scraper",
"chapter_description": "Everything about core java",
"number_of_lessons": "2",
"Expanded_chapter_view": {
"lessons": [
{
"lesson_name": "Java Basics",
"video_url": "https://www.youtube.com/watch?v=yRpLlJmRo2w&list=PLfqMhTWNBTe3LtFWcvwpqTkUSlB32kJop&index=2",
"lesson_description": "Fundamentals of Java Language",
"more_tutorials": [
"",
""
]
},
{
"lesson_name": "Classes, Objects & Methods",
"video_url": "https://www.youtube.com/watch?v=qcSz4ef9UHA&pp=ygURamF2YSBhcG5hIGNvbGxlZ2U%3D",
"lesson_description": "OOPs concept in Java language",
"more_tutorials": [
"",
""
]
}
],
"others": "Refer : Java - The complete referance "
}
}

0 comments on commit 07121f9

Please sign in to comment.