diff options
author | oteng <otengkwaku@gmail.com> | 2015-01-05 16:28:24 +0000 |
---|---|---|
committer | oteng <otengkwaku@gmail.com> | 2015-01-05 16:28:24 +0000 |
commit | 03ff2cc1c49c82daf2218b76e169c2d679447f03 (patch) | |
tree | 23e53dda6635d87080af2bb62b66a997c4f50758 /.gitignore | |
parent | a285b6377b46518ca45d6a41481bf920b353a857 (diff) |
[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-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 86312d4e4..0422adf44 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 |