Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb committed Jan 10, 2024
2 parents 13736a4 + e639b83 commit 0467203
Show file tree
Hide file tree
Showing 32 changed files with 16 additions and 59 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,12 @@ jobs:
ref: master
path: master

- name: Checkout repo branch
uses: actions/checkout@v4
with:
ref: repo
path: repo

- name: Create repo artifacts
run: |
cd master
Expand All @@ -192,12 +198,6 @@ jobs:
java -jar ./Inspector.jar "apk" "output.json" "tmp"
./.github/scripts/create-repo.sh
- name: Checkout repo branch
uses: actions/checkout@v4
with:
ref: repo
path: repo

- name: Deploy repo
run: |
cd repo
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This repository contains several source extensions that have been removed from the official repository.

I'll probably keep maintaining the MangaDex extension here and push fixes if it breaks at some point in future.
I'll probably keep maintaining the MangaDex extension here and push fixes if it breaks at some point in the future.

Other sources are likely not going to be maintained actively by me and are stored here for archival purposes instead. Feel free to send pull requests for those, though.

Expand All @@ -29,12 +29,12 @@ Google Play Protect may show a warning screen mentioning that the app is publish

## Downloads

### Add this repo to Tachiyomi Preview (r6396 and later)
### Add this repo to Tachiyomi (v0.15.2 and later)

Starting with the latest [Tachiyomi **preview** build](https://github.com/tachiyomiorg/tachiyomi-preview/releases) (r6396 and later), you can now add external extension repos without having to re-approve unofficial extensions after each app launch!
Starting with the latest [Tachiyomi version](https://tachiyomi.org/download/) (v0.15.2 and later), you can now add external extension repos without having to re-approve unofficial extensions after each app launch!


1. Update to the latest version of [Tachiyomi Preview](https://github.com/tachiyomiorg/tachiyomi-preview/releases)
1. Update to the latest version of [Tachiyomi](https://tachiyomi.org/download/)
2. Go to Settings > Browse > Extension repos > Add
3. Enter the following URL and accept: `https://raw.githubusercontent.com/ThePBone/tachiyomi-extensions-revived/repo/index.min.json`
4. Go to the extension management screen, refresh it, and you can now download the removed extensions.
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

10 changes: 5 additions & 5 deletions src/all/batoto/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

Table of Content
- [FAQ](#FAQ)
- [Why are there Manga of diffrent languge than the selected one in Personal & Utils lists?](#why-are-there-manga-of-diffrent-languge-than-the-selected-one-in-personal--utils-lists)
- [Why are there Manga of a different language than the selected one in the Personal & Utils lists?](#why-are-there-manga-of-diffrent-languge-than-the-selected-one-in-personal--utils-lists)
- [Bato.to is not loading anything?](#batoto-is-not-loading-anything)

[Uncomment this if needed; and replace &#40; and &#41; with ( and )]: <> (- [Guides]&#40;#Guides&#41;)

Don't find the question you are look for go check out our general FAQs and Guides over at [Extension FAQ](https://tachiyomi.org/help/faq/#extensions) or [Getting Started](https://tachiyomi.org/help/guides/getting-started/#installation)
If you didn't find the question you were looking for, go check out our general FAQs and Guides over at [Extension FAQ](https://tachiyomi.org/help/faq/#extensions) or [Getting Started](https://tachiyomi.org/help/guides/getting-started/#installation).

## FAQ

### Why are there Manga of diffrent languge than the selected one in Personal & Utils lists?
Personol & Utils lists have no way to difritiate between langueges.
### Why are there Manga of a different language than the selected one in the Personal & Utils lists?
Personal & Utils lists have no way to differentiate between languages.

### Bato.to is not loading anything?
Bato.to get blocked by some ISPs, try using a diffrent mirror of Bato.to from the settings.
Bato.to gets blocked by some ISPs, try using a different mirror of Bato.to from the settings.

[Uncomment this if needed]: <> (## Guides)
2 changes: 1 addition & 1 deletion src/all/mangadex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Table of Content
- [Guides](#Guides)
- [How can I block particular Scanlator Groups?](#how-can-i-block-particular-scanlator-groups)

Don't find the question you are look for go check out our general FAQs and Guides over at [Extension FAQ](https://tachiyomi.org/help/faq/#extensions) or [Getting Started](https://tachiyomi.org/help/guides/getting-started/#installation)
If you didn't find the question you were looking for, go check out our general FAQs and Guides over at [Extension FAQ](https://tachiyomi.org/help/faq/#extensions) or [Getting Started](https://tachiyomi.org/help/guides/getting-started/#installation).

## FAQ

Expand Down

0 comments on commit 0467203

Please sign in to comment.