Skip to content
This repository was archived by the owner on Jul 3, 2022. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CourseParser

Gradle

Copy the jar to the libs folder then add the dependency in build.gradle

dependencies {
    implementation files('libs/CourseParser-0.1-all.jar')
}

Usage

import org.saifaqqad.courseparser.CourseParser;
import org.saifaqqad.courseparser.CourseParser.Course;

public class Example {
    public static void main(String[] args) {
        String courseURL = "https://www.pluralsight.com/courses/java-persistence-hibernate-fundamentals";
        Course course = CourseParser.getByURL(courseURL);
        System.out.println(course.name());
    }
}

About

Parses a course's info from its page

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Contributors

Languages