Merge branch 'feature/CGV_Crawling' into 'master'
Feature/cgv crawling First Merge from feature/CGV_Crawling to master See merge request !16
Showing
11 changed files
with
49 additions
and
0 deletions
WebCrawling/.idea/.gitignore
0 → 100644
WebCrawling/.idea/libraries/jsoup_1_15_1.xml
0 → 100644
WebCrawling/.idea/misc.xml
0 → 100644
| 1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | +<project version="4"> | ||
| 3 | + <component name="ProjectRootManager" version="2" languageLevel="JDK_15" default="true" project-jdk-name="15" project-jdk-type="JavaSDK"> | ||
| 4 | + <output url="file://$PROJECT_DIR$/out" /> | ||
| 5 | + </component> | ||
| 6 | +</project> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
WebCrawling/.idea/modules.xml
0 → 100644
| 1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | +<project version="4"> | ||
| 3 | + <component name="ProjectModuleManager"> | ||
| 4 | + <modules> | ||
| 5 | + <module fileurl="file://$PROJECT_DIR$/WebCrawling.iml" filepath="$PROJECT_DIR$/WebCrawling.iml" /> | ||
| 6 | + </modules> | ||
| 7 | + </component> | ||
| 8 | +</project> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
WebCrawling/.idea/vcs.xml
0 → 100644
WebCrawling/WebCrawling.iml
0 → 100644
| 1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | +<module type="JAVA_MODULE" version="4"> | ||
| 3 | + <component name="NewModuleRootManager" inherit-compiler-output="true"> | ||
| 4 | + <exclude-output /> | ||
| 5 | + <content url="file://$MODULE_DIR$"> | ||
| 6 | + <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" /> | ||
| 7 | + </content> | ||
| 8 | + <orderEntry type="inheritedJdk" /> | ||
| 9 | + <orderEntry type="sourceFolder" forTests="false" /> | ||
| 10 | + <orderEntry type="library" name="jsoup-1.15.1" level="project" /> | ||
| 11 | + </component> | ||
| 12 | +</module> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
WebCrawling/chromedriver
0 → 100755
This file is too large to display.
WebCrawling/jsoup-1.15.1.jar
0 → 100644
No preview for this file type
No preview for this file type
No preview for this file type
WebCrawling/src/CGVExample.java
0 → 100644
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment