This commit is contained in:
CoolnsX
2021-09-08 10:54:56 +05:30
parent 10eb23741a
commit 5225554c1f
9 changed files with 7 additions and 7 deletions

View File

@@ -42,7 +42,7 @@ search_anime () {
search=$1
titlepattern='<a href="/category/'
curl -s "https://gogoanime.vc//search.html" \
curl -s "https://gogoanime.pe//search.html" \
-G \
-d "keyword=$search" |
sed -n -E '
@@ -54,7 +54,7 @@ search_eps () {
# get available episodes for anime_id
anime_id=$1
curl -s "https://gogoanime.vc/category/$anime_id" |
curl -s "https://gogoanime.pe/category/$anime_id" |
sed -n -E '
/^[[:space:]]*<a href="#" class="active" ep_start/{
s/.* '\''([0-9]*)'\'' ep_end = '\''([0-9]*)'\''.*/\2/p
@@ -69,7 +69,7 @@ get_links () {
ep_no=$2
dpage_url=$(
curl -s "https://gogoanime.vc/$anime_id-episode-$ep_no" |
curl -s "https://gogoanime.pe/$anime_id-episode-$ep_no" |
sed -n -E 's_^[[:space:]]*<a href="#" rel="100" data-video="([^"]*)" >.*_https:\1_p')
curl -s "$dpage_url" |

View File

@@ -4,7 +4,7 @@
static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */
/* -fn option overrides fonts[0]; default X11 font or font set */
static const char *fonts[] = {
"Comic Sans MS:size=12"
"Comic Sans MS:size=15"
};
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][2] = {

View File

@@ -4,7 +4,7 @@
static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */
/* -fn option overrides fonts[0]; default X11 font or font set */
static const char *fonts[] = {
"Comic Sans MS:size=12"
"Comic Sans MS:size=15"
};
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][2] = {

Binary file not shown.

Binary file not shown.

View File

@@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "JetBrains Mono:style=Bold:pixelsize=14:antialias=true:autohint=true";
static char *font = "JetBrains Mono:style=Bold:pixelsize=16:antialias=true:autohint=true";
static int borderpx = 0;

View File

@@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "JetBrains Mono:style=Bold:pixelsize=14:antialias=true:autohint=true";
static char *font = "JetBrains Mono:style=Bold:pixelsize=16:antialias=true:autohint=true";
static int borderpx = 0;

Binary file not shown.

Binary file not shown.