config 3.2 KB

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