diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-12-06 17:30:14 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-12-06 16:53:12 +0000 |
commit | b9aa52f918f6246c685ac593cb3e7fcfa0e41b2c (patch) | |
tree | 13e7843b57c73a0ef2bdc58ba42dee1f80081e79 /bin | |
parent | 645f8038df617275e65e05bba0b165a1c52ce59b (diff) |
get-forum-attachment: Add one more mso forum
Change-Id: Ie8549b8f965197f1afeb1886db0bf7f70464377c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143739
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/get-forum-attachments.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/get-forum-attachments.py b/bin/get-forum-attachments.py index 92d30ccb183a..4300778e4fda 100755 --- a/bin/get-forum-attachments.py +++ b/bin/get-forum-attachments.py @@ -42,6 +42,7 @@ forums = { 'mso-en': ["https://www.msofficeforums.com", True, 0], 'mso-en2': ["https://www.excelguru.ca/forums", False, 0], 'mso-en3': ["http://www.vbaexpress.com/forum", True, 5100], + 'mso-en4': ["https://www.excelforum.com", True, 5100], # lang : [url, doLogin, startIndex] } |