aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authoroteng <otengkwaku@gmail.com>2015-01-05 16:28:24 +0000
committeroteng <otengkwaku@gmail.com>2015-01-05 16:28:24 +0000
commit03ff2cc1c49c82daf2218b76e169c2d679447f03 (patch)
tree23e53dda6635d87080af2bb62b66a997c4f50758 /.gitignore
parenta285b6377b46518ca45d6a41481bf920b353a857 (diff)
downloadyoutube-dl-03ff2cc1c49c82daf2218b76e169c2d679447f03.zip
youtube-dl-03ff2cc1c49c82daf2218b76e169c2d679447f03.tar.gz
youtube-dl-03ff2cc1c49c82daf2218b76e169c2d679447f03.tar.bz2
[Auengine] corrected extractions logic
The way the video download url was been extracted was not working well so i change it for it to extract the correct url
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 86312d4..0422adf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,5 @@ updates_key.pem
test/testdata
.tox
youtube-dl.zsh
+.idea
+.idea/* \ No newline at end of file