Skip to content

Weirdness with 20150720 #6

@funkyboy

Description

@funkyboy

I have this code

d = Date.parse("20150720")
downloader = AppleEpf::Downloader.new('full', 'itunes', d)
downloader.download

Worked 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions