0

I'm trying to create a script to download the most recent feed information file (e.g. video.tbz) but there does not seem to be a pattern for the directory structure. Basically how can I get the most recent incremental feed file?

Alan MacGregor
  • 501
  • 2
  • 13

1 Answers1

0

As you said, there is no structure. You have to iterate thorugh possible dates. You can do it with wget or curl and just check if you get a http 200.

dc10
  • 2,160
  • 6
  • 29
  • 46