-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
109 changed files
with
5,354 additions
and
2,735 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Configuration for probot-stale - https://github.com/probot/stale | ||
|
||
# Number of days of inactivity before an Issue or Pull Request becomes stale. | ||
daysUntilStale: 90 | ||
|
||
# Number of days of inactivity before an Issue or Pull Request with the stale label is closed. | ||
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale. | ||
daysUntilClose: 180 | ||
|
||
# Issues with these labels will never be considered stale. | ||
exemptLabels: | ||
- pinned | ||
- security | ||
|
||
# Label to use when marking an issue as stale. | ||
staleLabel: "🗑 stale" | ||
|
||
# Comment to post when marking an issue as stale. Set to `false` to disable. | ||
markComment: > | ||
This issue has been automatically marked as stale because it has not had | ||
recent activity. It will be closed if no further activity occurs. Thank you | ||
for your contributions. | ||
# Comment to post when closing a stale issue. Set to `false` to disable. | ||
closeComment: false | ||
|
||
# Limit to only `issues` or `pulls`. | ||
only: issues |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,40 @@ | ||
target/ | ||
bin/ | ||
L_*/ | ||
.gitconfig | ||
!.mvn/wrapper/maven-wrapper.jar | ||
*.log | ||
*.conf* | ||
|
||
# Downloaded Directories ------------------------------------------------------- | ||
L_*/ | ||
|
||
################################# | ||
# Chrome driver # | ||
################################# | ||
chromedriver* | ||
# Chrome Driver ---------------------------------------------------------------- | ||
chromedriver | ||
chromedriver.exe | ||
!src/test/**/chrome-driver/**/chromedriver* | ||
src/test/**/chrome-driver/**/chromedriver-m1-* | ||
src/test/**/google-chrome/**/googlechrome-m1-* | ||
################################# | ||
|
||
# Maven ------------------------------------------------------------------------ | ||
target/ | ||
!.mvn/wrapper/maven-wrapper.jar | ||
|
||
################################# | ||
# STS # | ||
################################# | ||
# Spring Tool Suite ------------------------------------------------------------ | ||
.apt_generated | ||
.classpath | ||
.factorypath | ||
.project | ||
.settings | ||
.springBeans | ||
################################# | ||
|
||
|
||
################################# | ||
# IntelliJ IDEA # | ||
################################# | ||
# IntelliJ IDEA ---------------------------------------------------------------- | ||
.idea | ||
*.iws | ||
*.iml | ||
*.ipr | ||
################################# | ||
|
||
|
||
################################# | ||
# NetBeans # | ||
################################# | ||
# NetBeans --------------------------------------------------------------------- | ||
nbproject/private/ | ||
build/ | ||
nbbuild/ | ||
dist/ | ||
nbdist/ | ||
.nb-gradle/ | ||
################################# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
# Table of Contents | ||
|
||
- [v3.0.0](#v300): 2022-12-14 | ||
- [v2.9.0](#v290): 2022-02-20 | ||
|
||
# v3.0.0 | ||
|
||
- ♻️ Refactor: entire application architecture | ||
- ♻️ Change: base package from `io.github.imsejin.lzcodl` to `io.github.imsejin.dl.lezhin` | ||
- 🔥 Remove: model class `Arguments` | ||
- 🔥 Remove: common classes `CommandParser`, `URLFactory`, `UsagePrinter` | ||
- 🔥 Remove: core classes `Crawler`, `Downloader`, `LoginHelper` | ||
|
||
# v2.9.0 | ||
|
||
## Modification | ||
|
||
- ⚡️ Improve: parsing `application.properties` | ||
- ⚡️ Improve: validation using assertion | ||
- ♻️ Change: type of `Arguments#language` from `String` to `Language` | ||
- 🚚 Rename: method `of(String)` to `from(String)` in `EpisodeRange` | ||
- 🔧 Update: build script | ||
|
||
## New features | ||
|
||
- ⚡️ Add: chrome driver options | ||
- ✨ Add: method `getVersion()` in `ChromeBrowser` | ||
- 👷 Add: github actions CI | ||
|
||
## Dependencies | ||
|
||
- ⬆️ Upgrade: dependency `progressbar` from `0.9.2` to `0.9.3` | ||
- ⬆️ Upgrade: dependency `common-utils` from `0.7.0` to `0.7.1` | ||
- ⬆️ Upgrade: dependency `lombok` from `1.18.20` to `1.18.22` | ||
- ⬆️ Upgrade: dependency `selenium-java` from `3.141.59` to `4.1.2` | ||
- ⬆️ Upgrade: dependency `commons-cli` from `1.4` to `1.5.0` | ||
- ⬆️ Upgrade: dependency `slf4j-api` from `1.7.31` to `1.7.36` | ||
- ⬆️ Upgrade: dependency `logback-classic` from `1.2.3` to `1.2.10` | ||
- ⬆️ Upgrade: test dependency `junit5` from `5.7.2` to `5.8.2` | ||
- ⬆️ Upgrade: test dependency `assertj-core` from `3.20.2` to `3.22.0` | ||
- ⬆️ Upgrade: build dependency `maven-assembly-plugin` from `2.6` to `3.3.0` | ||
- ➖ Remove: useless build dependency `maven-dependency-plugin` | ||
|
||
## Troubleshooting | ||
|
||
- 🐞 Fix: not found hostname(`cdn.lezhin.com` -> `ccdn.lezhin.com`) | ||
- 🐞 Fix: `301 Moved Permanently` with changing to http/s protocol | ||
|
||
```html | ||
<html> | ||
<head><title>301 Moved Permanently</title></head> | ||
<body bgcolor="white"> | ||
<center><h1>301 Moved Permanently</h1></center> | ||
<hr><center>CloudFront</center> | ||
</body> | ||
</html> | ||
``` | ||
|
||
- 🐞 Fix: mis-computation of parsing `EpisodeRange` | ||
- 🐞 Fix: invocation `Object#equals(Object)` comparing incomparable types `Enum<Languages>` and `String` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,3 @@ | |
[account] | ||
username = USERNAME | ||
password = PASSWORD | ||
|
Oops, something went wrong.