Will
Will
I'm having this problem as well. Conditions that replicate it are: * a document with the text "1 February 2019" written on it * file name is PDOC_20190322_0001.pdf * /etc/paperless.conf...
My understanding from reading that page is that defining PAPERLESS_FILENAME_DATE_ORDER should cause Paperless to try to pull dates with the given format from the file name even if they don't...
Really? I just checked `source:` and `-source:` on my dev instance and they return 'any source' and 'not any source' as you would expect.
You need to pass `content_type='streams'` to `get_channel`. ``` streams = scrapetube.get_channel(channel_id, content_type='streams') ``` See: https://github.com/dermasmid/scrapetube/blob/master/scrapetube/scrapetube.py#L22