Advertisement
ionstorm66

Untitled

Apr 24th, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. f = (txtfile)
  2. lines = f.lines()
  3. i=0
  4. for line in lines:
  5. if line = "audio stream":
  6. stream = lines[i+1]
  7. i = i+1
  8. break
  9. else:
  10. i = i+1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement