mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 00:38:23 -05:00
anime-downloader: fix config
This commit is contained in:
parent
bd6117c8b4
commit
6298f0c69a
@ -62,7 +62,7 @@
|
|||||||
- [ ] NixOS / Guix / Gentoo / FreeBSD
|
- [ ] NixOS / Guix / Gentoo / FreeBSD
|
||||||
- [ ] New Neovim's config in Lua
|
- [ ] New Neovim's config in Lua
|
||||||
- [ ] Independent ~/.emacs.d
|
- [ ] Independent ~/.emacs.d
|
||||||
- [ ] Org Babel to manage dotfiles
|
- [ ] Org Babel / ansible to manage dotfiles
|
||||||
|
|
||||||
### :star2: Credits & License
|
### :star2: Credits & License
|
||||||
|
|
||||||
|
@ -1,22 +1,33 @@
|
|||||||
{
|
{
|
||||||
"dl": {
|
"dl": {
|
||||||
"aria2c_for_torrents": false,
|
"aria2c_for_torrents": true,
|
||||||
"chunk_size": "10",
|
"chunk_size": "10",
|
||||||
"download_dir": "~/gallery-dl/Anime",
|
"download_dir": "gallery-dl/Anime",
|
||||||
"external_downloader": "{aria2c}",
|
"external_downloader": "",
|
||||||
"fallback_qualities": [
|
"fallback_qualities": [
|
||||||
"720p",
|
"720p",
|
||||||
"480p",
|
"480p",
|
||||||
"360p"
|
"360p"
|
||||||
],
|
],
|
||||||
"file_format": "{anime_title}/{anime_title}_{ep_no}",
|
"file_format": "{anime_title}/{anime_title}_{ep_no}",
|
||||||
"force_download": false,
|
"force_download": true,
|
||||||
"player": "mpv",
|
"player": "mpv",
|
||||||
"provider": "animefreak",
|
"provider": "4anime",
|
||||||
"quality": "1080p",
|
"quality": "1080p",
|
||||||
"skip_download": false,
|
"skip_download": false,
|
||||||
"url": false
|
"url": false
|
||||||
},
|
},
|
||||||
|
"ezdl": {
|
||||||
|
"download_metadata": false,
|
||||||
|
"fallback_providers": [
|
||||||
|
"vidstream",
|
||||||
|
"anime8"
|
||||||
|
],
|
||||||
|
"file_format": "{anime_title}/{anime_title}_{ep_no}",
|
||||||
|
"provider": "animebinge",
|
||||||
|
"quality": "1080p",
|
||||||
|
"ratio": 50
|
||||||
|
},
|
||||||
"siteconfig": {
|
"siteconfig": {
|
||||||
"animedaisuki": {
|
"animedaisuki": {
|
||||||
"servers": [
|
"servers": [
|
||||||
|
@ -333,14 +333,14 @@
|
|||||||
:weight bold)))
|
:weight bold)))
|
||||||
|
|
||||||
;; To read big files
|
;; To read big files
|
||||||
(use-package! vlf-setup
|
;; (use-package! vlf-setup
|
||||||
:defer-incrementally vlf-tune vlf-base vlf-write vlf-search vlf-occur vlf-follow vlf-ediff vlf)
|
;; :defer-incrementally vlf-tune vlf-base vlf-write vlf-search vlf-occur vlf-follow vlf-ediff vlf)
|
||||||
|
|
||||||
;; Nicer page break
|
;; Nicer page break
|
||||||
(use-package! page-break-lines
|
;; (use-package! page-break-lines
|
||||||
:commands page-break-lines-mode
|
;; :commands page-break-lines-mode
|
||||||
:init
|
;; :init
|
||||||
(autoload 'turn-on-page-break-lines-mode "page-break-lines"))
|
;; (autoload 'turn-on-page-break-lines-mode "page-break-lines"))
|
||||||
|
|
||||||
;; Here are some additional functions/macros that could help you configure Doom:
|
;; Here are some additional functions/macros that could help you configure Doom:
|
||||||
;;
|
;;
|
||||||
|
@ -69,8 +69,8 @@
|
|||||||
(package! lice)
|
(package! lice)
|
||||||
(package! license-templates)
|
(package! license-templates)
|
||||||
(package! keycast)
|
(package! keycast)
|
||||||
(package! vlf)
|
;;(package! page-break-lines)
|
||||||
(package! page-break-lines)
|
;;(package! vlf)
|
||||||
;;(package! ox-gfm)
|
;;(package! ox-gfm)
|
||||||
;;(package! gif-screencase)
|
;;(package! gif-screencase)
|
||||||
;;(package! magit-delta)
|
;;(package! magit-delta)
|
||||||
|
Loading…
Reference in New Issue
Block a user