summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2019-04-27 02:41:45 +0700
committerSergey M․ <dstftw@gmail.com>2019-04-27 02:41:45 +0700
commit26dc98c5ca9230e99071746cdde11962d5009bdc (patch)
tree48792748ab4377d9af7756d93c7921a3679fd4c2
parentc444b696444a18fa4480b6b9458915e7c011ef5e (diff)
downloadyoutube-dl-26dc98c5ca9230e99071746cdde11962d5009bdc.tar.gz
youtube-dl-26dc98c5ca9230e99071746cdde11962d5009bdc.tar.xz
youtube-dl-26dc98c5ca9230e99071746cdde11962d5009bdc.zip
Add rewrite rule for escaping special characters URLs
-rw-r--r--.htaccess1
1 files changed, 1 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index 7f681dcd9..71a304f99 100644
--- a/.htaccess
+++ b/.htaccess
@@ -13,6 +13,7 @@ RewriteRule ^(?:example-url|questions)/?$ https://github.com/ytdl-org/youtube-dl
 RewriteRule ^g403/?$ https://github.com/ytdl-org/youtube-dl/blob/master/README.md#i-extracted-a-video-url-with--g-but-it-does-not-play-on-another-machine--in-my-webbrowser [R=302,L,NE]
 RewriteRule ^format-selection/?$ https://github.com/ytdl-org/youtube-dl#format-selection [R=302,L,NE]
 RewriteRule ^output-template/?$ https://github.com/ytdl-org/youtube-dl#output-template [R=302,L,NE]
+RewriteRule ^escape/?$ https://github.com/ytdl-org/youtube-dl#video-url-contains-an-ampersand-and-im-getting-some-strange-output-1-2839-or-v-is-not-recognized-as-an-internal-or-external-command [R=302,L,NE]
 
 RewriteRule ^update/LATEST_VERSION$ https://ytdl-org.github.io/youtube-dl/update/LATEST_VERSION [R=302,L]
 RewriteRule ^update/versions.json https://ytdl-org.github.io/youtube-dl/update/versions.json [R=302,L]