[youtube] use itertools.count instead of a "while True" loop and a manual counter
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Wed, 24 Jul 2013 20:27:33 +0000 (22:27 +0200)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Wed, 24 Jul 2013 20:27:33 +0000 (22:27 +0200)
commit755eb0320ed127fe2f24af13343ae587a63daf22
tree4b887b2c6244e53764474f663124ae465a406213
parent43ba5456b1a072c964a2161f08bae9d4032dc6f7
[youtube] use itertools.count instead of a "while True" loop and a manual counter
youtube_dl/extractor/youtube.py