diff options
-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] } |