2

What link to use to get automatic file download for text file from GitHub?

This example works for binary files, but not for text based, like xml

http://github.com/downloads/TheHolyWaffle/ChampionHelper/ChampionHelper-4.jar

File is at

https://raw.github.com/Nodeclipse/eclipse-node-ide/master/ENodeIDE.p2f

Related to Download binary file from Github using Java

Community
  • 1
  • 1
Paul Verest
  • 60,022
  • 51
  • 208
  • 332

2 Answers2

1

Firefox

File Save Page As

Internet Explorer

File Save as

Zombo
  • 1
  • 62
  • 391
  • 407
1

I think the problem is not Github, the problem is your browser: if the file can be directly readed the it will, but if he cannot (like for binary file for example), then it will be downloaded.

Zombo
  • 1
  • 62
  • 391
  • 407
Antoine M.
  • 3,631
  • 3
  • 15
  • 20