[youtube] Move cache into its own module
authorPhilipp Hagemeister <phihag@phihag.de>
Wed, 3 Sep 2014 10:41:05 +0000 (12:41 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Wed, 3 Sep 2014 15:29:19 +0000 (17:29 +0200)
commita0e07d31616102ac905c0519474d2c01db7ee392
treedc069a812353d4a3810e42e247d41ddaebadb843
parent88fc294f7f03ce6af9787c6d9c3bad7fc5fade10
[youtube] Move cache into its own module
test/test_cache.py [new file with mode: 0644]
youtube_dl/YoutubeDL.py
youtube_dl/__init__.py
youtube_dl/cache.py [new file with mode: 0644]
youtube_dl/extractor/youtube.py
youtube_dl/utils.py