Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions sources/vi.truyenqq/res/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"info": {
"id": "vi.truyenqq",
"name": "TruyenQQ",
"version": 9,
"url": "https://truyenqqno.com",
"version": 10,
"minAppVersion": "0.7.1",
"url": "https://truyenqqko.com",
"contentRating": 1,
"languages": [
"vi"
Expand Down
2 changes: 1 addition & 1 deletion sources/vi.truyenqq/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use aidoku::{
use wpcomics::{Impl, Params, WpComics};

const USER_AGENT: &str = "Mozilla/5.0 (iPhone; CPU iPhone OS 17_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/300.0.598994205 Mobile/15E148 Safari/604";
const BASE_URL: &str = "https://truyenqqno.com";
const BASE_URL: &str = "https://truyenqqko.com";

fn get_visit_read_id() -> String {
defaults_get::<String>("visitReadId")
Expand Down
Loading