Base: Add support for connectors
authorRalf Ertzinger <ralf@skytale.net>
Sat, 3 Sep 2011 21:58:07 +0000 (23:58 +0200)
committerRalf Ertzinger <ralf@skytale.net>
Sat, 3 Sep 2011 21:58:07 +0000 (23:58 +0200)
commitc56bfee28e0d6b033d1490f329a8c6270d4fd677
tree5d0879899121611738212563bb93cf6bddefe34f
parent828bd4a062beaea4f43b4d161803b6152e6b65b2
Base: Add support for connectors
 A connector is basically a list of proxies to use for HTTP/HTTPS
 connections.
 Grabbers can request this list and try them in order until one
 yields a result.

 This is especially useful to work around silly YouTube videos, which
 are not available in all countries.
videosite/Base.pm