Navigation Menu

Skip to content

Commit

Permalink
Fixed support for comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
trizen committed Jun 6, 2019
1 parent 016b4db commit 187cc3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trizen
Expand Up @@ -811,7 +811,7 @@ sub get_comments ($id) {
while (
$content =~ m{
<h4\b.*?>\s*
(\S(?-s:.*?))\ commented\ on\ (\d\d\d\d-\d\d-\d\d\ \d\d:\d\d)
(\S(?-s:.*?))\ commented\ on\ (?:<.*?>)?(\d\d\d\d-\d\d-\d\d\ \d\d:\d\d)(?:<.*?>)?
\s*</h4>\s*
<div\b.*?class="article-content">\s*
<div> \s* (.*?) </div>\s*
Expand Down Expand Up @@ -1835,7 +1835,7 @@ sub clean_cache () {
say "\nTrizen's cache directory: $lconfig{clone_dir}";
#<<<
$term->ask_yn(
prompt => "$c{bblue}::$c{reset}$c{bold} Do you want to clean trizen's cache?$c{reset}",
prompt => "$c{bblue}::$c{reset}$c{bold} Do you want to remove trizen's cache?$c{reset}",
default => 'n'
) || return;
#>>>
Expand Down

0 comments on commit 187cc3e

Please sign in to comment.