anime-downloader: fix config

This commit is contained in:
Hoang Nguyen 2021-04-20 21:39:03 +03:00
parent bd6117c8b4
commit 6298f0c69a
No known key found for this signature in database
GPG Key ID: 813CF484F4993419
4 changed files with 25 additions and 14 deletions

View File

@ -62,7 +62,7 @@
- [ ] NixOS / Guix / Gentoo / FreeBSD
- [ ] New Neovim's config in Lua
- [ ] Independent ~/.emacs.d
- [ ] Org Babel to manage dotfiles
- [ ] Org Babel / ansible to manage dotfiles
### :star2: Credits & License

View File

@ -1,22 +1,33 @@
{
"dl": {
"aria2c_for_torrents": false,
"aria2c_for_torrents": true,
"chunk_size": "10",
"download_dir": "~/gallery-dl/Anime",
"external_downloader": "{aria2c}",
"download_dir": "gallery-dl/Anime",
"external_downloader": "",
"fallback_qualities": [
"720p",
"480p",
"360p"
],
"file_format": "{anime_title}/{anime_title}_{ep_no}",
"force_download": false,
"force_download": true,
"player": "mpv",
"provider": "animefreak",
"provider": "4anime",
"quality": "1080p",
"skip_download": 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": {
"animedaisuki": {
"servers": [

View File

@ -333,14 +333,14 @@
:weight bold)))
;; To read big files
(use-package! vlf-setup
:defer-incrementally vlf-tune vlf-base vlf-write vlf-search vlf-occur vlf-follow vlf-ediff vlf)
;; (use-package! vlf-setup
;; :defer-incrementally vlf-tune vlf-base vlf-write vlf-search vlf-occur vlf-follow vlf-ediff vlf)
;; Nicer page break
(use-package! page-break-lines
:commands page-break-lines-mode
:init
(autoload 'turn-on-page-break-lines-mode "page-break-lines"))
;; (use-package! page-break-lines
;; :commands page-break-lines-mode
;; :init
;; (autoload 'turn-on-page-break-lines-mode "page-break-lines"))
;; Here are some additional functions/macros that could help you configure Doom:
;;

View File

@ -69,8 +69,8 @@
(package! lice)
(package! license-templates)
(package! keycast)
(package! vlf)
(package! page-break-lines)
;;(package! page-break-lines)
;;(package! vlf)
;;(package! ox-gfm)
;;(package! gif-screencase)
;;(package! magit-delta)