-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
I have this code
d = Date.parse("20150720")
downloader = AppleEpf::Downloader.new('full', 'itunes', d)
downloader.downloadWorked wonderfully so far with many different dates. When I try it with "20150720" as above I get a
AppleEpf::FileNotExist: File does not exist 20150722/itunes20150722.tbz
It's very weird that I specify the 20th and it's looking for the 22nd :(
- I didn't change Ruby version, it's still 2.1.6.
- I didn't change/updated gems
- I didn't change date or time on my linux box.
Any idea?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels