(LWJGL) Objects don't load

Using OskarVeerhoaks’ tutorials, his provided objects load correctly, but any others from online do not. I keep getting an exception saying to delete a certain line. Could I have missed something when watching the video?

Exception in thread "main" java.lang.RuntimeException: OBJ file contains line which cannot be parsed correctly: vt 0.577620 -0.731210
	at bunny.OBJLoader.loadModel(OBJLoader.java:132)
	at bunny.ModelDemo.setUpDisplayLists(ModelDemo.java:64)
	at bunny.ModelDemo.main(ModelDemo.java:46)