I feel BlogTelevision.net is violating my bandwidth. Please ignore my domain while scanning for video file references or enclosures.
Hotlink Protection
Below is an example of a basic .htaccess file that will block the hotlinking of video files. Feel free to modify and use. While this
will not prevent BlogTelevision.net from indexing you, it will prevent BlogTelevision.net from displaying your videos inline.
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://(www\.)?example\.com/ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule \.(mpe?g|asf|asx|mov|avi)$ - [F]