diff options
author | Filippo Valsorda <filippo.valsorda@gmail.com> | 2012-12-17 16:33:49 +0100 |
---|---|---|
committer | Filippo Valsorda <filippo.valsorda@gmail.com> | 2012-12-17 16:33:49 +0100 |
commit | f7b111b7d1b4a7d7d7a8fc99790b3af7d6cff8ad (patch) | |
tree | 8d7b914e18d1adef08c93223680ecc7d16a55b2a /youtube_dl/__init__.py | |
parent | 80d3177e5c07c4970e7cebcf2b38dcdf1e289786 (diff) |
Google Video has been shutdown as of 11/15/2012. All videos on Google Video will be migrated to YouTube by the end of 2012.
Diffstat (limited to 'youtube_dl/__init__.py')
-rw-r--r-- | youtube_dl/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/__init__.py b/youtube_dl/__init__.py index 8daa7b4dc..efa8b813f 100644 --- a/youtube_dl/__init__.py +++ b/youtube_dl/__init__.py @@ -375,7 +375,6 @@ def gen_extractors(): YoutubeIE(), MetacafeIE(), DailymotionIE(), - GoogleIE(), GoogleSearchIE(), PhotobucketIE(), YahooIE(), |