1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- #refresh-on-startup no
- #auto-reload no
- reload-threads 10
- #reload-time 60
- oldreader-min-items 100
- history-limit 15
- #keep-articles-days 15 ###en teste
- download-retries 5
- download-timeout 60
- #download-full-page yes
- #download-path "~/Músicas/Z-podcast/%h/%n"
- max-download-speed 1024
- max-items 100
- #podcast-auto-enqueue yes
- notify-beep yes
- browser dillo 2>/dev/nul &
- cleanup-on-quit yes
- delete-read-articles-on-quit yes
- #player "mpg123"
- #user-agent "Liferea/1.4.14 (Linux; en_US.UTF8; http://liferea.sf.net/)"
- user-agent "Lynx/2.8.5rel.1 libwww-FM/2.14"
- #html-renderer internal
- html-renderer "w3m -dump -T text/html"
- save-path "~/.newsbeuter/Artigos"
- error-log "~/.newsbeuter/error.log"
- cookie-cache "~/.newsbeuter/cookies.txt"
- notify-xterm yes
- notify-always yes
- notify-format "%d new articles (%n unread articles, %f unread feeds)"
- notify-program "notify-send"
- #----------------------------------------------------------------------------
- # Macro
- #----------------------------------------------------------------------------
- macro y set browser "mpv --ytdl-format=18 --no-resume-playback --ontop %u"; open-in-browser ; set browser "palemoon %u 2>/dev/nul &"
- macro d set browser "youtube-dl -t %u"; open-in-browser ; set browser "/usr/bin/palemoon %u"
- macro e set browser "mpv --no-resume-playback %u"; open-in-browser ; set browser "palemoon %u"
- macro w set browser "mpv --ytdl-format=worst --no-resume-playback --ontop %u"; open-in-browser ; set browser "palemoon %u"
- macro r set browser "mpv --no-cache --no-resume-playback --ontop %u"; open-in-browser ; set browser "palemoon %u"
- macro n set browser "mpv --no-resume-playback --no-video %u"; open-in-browser ; set browser "iceweasel %u"
- #----------------------------------------------------------------------------
- # formatting and colorization
- #----------------------------------------------------------------------------
- articlelist-format "%4i %f %D %?T?|%-17T| ?%t"
- highlight feedlist "^ *[0-9]+ *N " color156 default
- highlight articlelist "^ *[0-9]+ *N " color156 default
- highlight article "(^Feed:.*|^Title:.*|^Author:.*)" color57 default
- highlight article "(^Link:.*|^Date:.*)" color160 default
- highlight article "^Podcast Download URL:.*" color71 default
- highlight article "^Links:" white color240 underline
- highlight article "\\[[0-9][0-9]*\\]" color72 default bold
- highlight article "\\[image [0-9][0-9]*\\]" color72 default bold
- highlight article "\\[embedded flash: [0-9][0-9]*\\]" color72 default bold
- highlight article ":.*\\(link\\)$" color74 default
- highlight article ":.*\\(image\\)$" color74 default
- highlight article ":.*\\(embedded flash\\)$" color74 default
- color listnormal white default ## Corresponde ao fundo
- color listfocus color29 color233 ## Lista de artigos lida em foco
- color listfocus_unread color156 color233 bold ## Lista de artigos não lida em foco
- color info color208 color236
|