mirror of
https://github.com/CoolnsX/repos_scripts.git
synced 2025-12-20 07:15:20 +05:30
install
This commit is contained in:
6
ani-cli
6
ani-cli
@@ -42,7 +42,7 @@ search_anime () {
|
|||||||
search=$1
|
search=$1
|
||||||
titlepattern='<a href="/category/'
|
titlepattern='<a href="/category/'
|
||||||
|
|
||||||
curl -s "https://gogoanime.vc//search.html" \
|
curl -s "https://gogoanime.pe//search.html" \
|
||||||
-G \
|
-G \
|
||||||
-d "keyword=$search" |
|
-d "keyword=$search" |
|
||||||
sed -n -E '
|
sed -n -E '
|
||||||
@@ -54,7 +54,7 @@ search_eps () {
|
|||||||
# get available episodes for anime_id
|
# get available episodes for anime_id
|
||||||
anime_id=$1
|
anime_id=$1
|
||||||
|
|
||||||
curl -s "https://gogoanime.vc/category/$anime_id" |
|
curl -s "https://gogoanime.pe/category/$anime_id" |
|
||||||
sed -n -E '
|
sed -n -E '
|
||||||
/^[[:space:]]*<a href="#" class="active" ep_start/{
|
/^[[:space:]]*<a href="#" class="active" ep_start/{
|
||||||
s/.* '\''([0-9]*)'\'' ep_end = '\''([0-9]*)'\''.*/\2/p
|
s/.* '\''([0-9]*)'\'' ep_end = '\''([0-9]*)'\''.*/\2/p
|
||||||
@@ -69,7 +69,7 @@ get_links () {
|
|||||||
ep_no=$2
|
ep_no=$2
|
||||||
|
|
||||||
dpage_url=$(
|
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')
|
sed -n -E 's_^[[:space:]]*<a href="#" rel="100" data-video="([^"]*)" >.*_https:\1_p')
|
||||||
|
|
||||||
curl -s "$dpage_url" |
|
curl -s "$dpage_url" |
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */
|
static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */
|
||||||
/* -fn option overrides fonts[0]; default X11 font or font set */
|
/* -fn option overrides fonts[0]; default X11 font or font set */
|
||||||
static const char *fonts[] = {
|
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 *prompt = NULL; /* -p option; prompt to the left of input field */
|
||||||
static const char *colors[SchemeLast][2] = {
|
static const char *colors[SchemeLast][2] = {
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */
|
static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */
|
||||||
/* -fn option overrides fonts[0]; default X11 font or font set */
|
/* -fn option overrides fonts[0]; default X11 font or font set */
|
||||||
static const char *fonts[] = {
|
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 *prompt = NULL; /* -p option; prompt to the left of input field */
|
||||||
static const char *colors[SchemeLast][2] = {
|
static const char *colors[SchemeLast][2] = {
|
||||||
|
|||||||
BIN
dmenu-5.0/dmenu
BIN
dmenu-5.0/dmenu
Binary file not shown.
Binary file not shown.
@@ -5,7 +5,7 @@
|
|||||||
*
|
*
|
||||||
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
* 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;
|
static int borderpx = 0;
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
*
|
*
|
||||||
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
* 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;
|
static int borderpx = 0;
|
||||||
|
|
||||||
|
|||||||
BIN
st-0.8.4/st
BIN
st-0.8.4/st
Binary file not shown.
BIN
st-0.8.4/x.o
BIN
st-0.8.4/x.o
Binary file not shown.
Reference in New Issue
Block a user