summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2019-04-27 02:46:01 +0700
committerSergey M․ <dstftw@gmail.com>2019-04-27 02:47:06 +0700
commit782d021327418a88a46bafdb96722382e6e1885c (patch)
treeed700e8d23fdec04dc488a5f8d6f28f3bb2cf2e5
parent26dc98c5ca9230e99071746cdde11962d5009bdc (diff)
downloadyoutube-dl-782d021327418a88a46bafdb96722382e6e1885c.tar.gz
youtube-dl-782d021327418a88a46bafdb96722382e6e1885c.tar.xz
youtube-dl-782d021327418a88a46bafdb96722382e6e1885c.zip
Add rewrite rule for search issues URL
-rw-r--r--.htaccess1
1 files changed, 1 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index 71a304f99..91fd4b651 100644
--- a/.htaccess
+++ b/.htaccess
@@ -14,6 +14,7 @@ RewriteRule ^g403/?$ https://github.com/ytdl-org/youtube-dl/blob/master/README.m
 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 ^search-issues/?$ https://github.com/ytdl-org/youtube-dl/issues?q=is:issue [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]