You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With #72 applied, I observe strange behavior regarding the archive and download_all arguments. There are four cases. (In all four cases I set prepend_date=True. I haven't had a chance to debug this.
If I set archive=False and download_all=False I get:
With #72 applied, I observe strange behavior regarding the
archive
anddownload_all
arguments. There are four cases. (In all four cases I setprepend_date=True
. I haven't had a chance to debug this.If I set
archive=False
anddownload_all=False
I get:If I set
archive=True
anddownload_all=False
I get the first page of 10 documents in my Archiv.If I set
archive=True
anddownload_all=True
I get the first page of 10 documents in my Archiv, but without downloading.Setting
archive=False
anddownload_all=True
it downloads all documents including from my Archiv.The text was updated successfully, but these errors were encountered: