summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2018-08-05[.gitignore] Add .vscodeStanny Nuytkens
2018-06-02Ignore venv directoryLogan Fleur
2017-09-16Ignore TTML subtitlesYen Chi Hsuan
2017-04-25Ignore and clean *.ytdl filesYen Chi Hsuan
2017-04-22[extractor/common] Improve m3u8 extraction (closes #12211)Sergey M․
* Extract m3u8 parsing to separate method * Improve rendition groups extraction * Build stream name according stream GROUP-ID * Ignore reference to AUDIO group without URI when stream has no CODECS + Add test coverage for parsing m3u8 from #11507, #11995, #12211 and twitch vod
2016-11-27Ignore and clean .swf filesYen Chi Hsuan
Some videos on NicoNico are swf
2016-11-21Clean and ignore more file typesYen Chi Hsuan
ape is another audio codec seen in kuwo. See https://en.wikipedia.org/wiki/Monkey's_Audio
2016-11-03Ignore and clean .wav filesYen Chi Hsuan
2016-09-26Ignore and cleanup 3gp filesYen Chi Hsuan
2016-05-28ignored intellij related filesventh
2016-05-29[.gitignore] Ignore mp3 filesYen Chi Hsuan
[ci skip]
2016-05-10[test/test_socks] Test with local SOCKS serversYen Chi Hsuan
2016-05-10[test/test_socks] Add tests for SOCKS proxiesYen Chi Hsuan
2016-04-08Add experimental support for lazy loading the info extractorsJaime Marquínez Ferrándiz
'make lazy-extractors' creates the youtube_dl/extractor/lazy_extractors.py (imported by youtube_dl/extractor/__init__.py), which contains simplified classes that only have the 'suitable' class method and that load the appropiate class with the '__new__' method when a instance is created.
2016-02-21Jython support - handle *.class filesYen Chi Hsuan
2015-01-05[Auengine] corrected extractions logicoteng
The way the video download url was been extracted was not working well so i change it for it to extract the correct url
2014-10-12[zsh-completion] Ignore generated file (#3890)Philipp Hagemeister
2014-09-14Add a completion script generator for the fish shellJaime Marquínez Ferrándiz
2014-08-24Moved from os.system to subprocess.callmcd1992
2014-01-05Ignore more downloaded filesPhilipp Hagemeister
2013-10-05add tox configuration file for easy testingFilippo Valsorda
2013-09-21Restore accidentally deleted commitsPhilipp Hagemeister
That's what happens if you let Windows machines write :(
2013-08-22Merge branch 'master' into subtitles_reworkIsmael Mejia
2013-08-07Added exceptions for the subtitle and video types in .gitignoreIsmael Mejia
2013-03-08forgot to fix this.Johny Mo Swag
2013-03-07working - worldstarhiphop IEJohny Mo Swag
Support for WorldStarHipHop
2013-02-05Ignore PyPi metadataPhilipp Hagemeister
2012-12-30The new updates system, relies on gh-pages, secured by RSA, uses external ↵Filippo Valsorda
web servers
2012-12-19Ignore DS_Store files in GitNick Daniels
2012-12-11rollback tests multiprocess, Travis and OSX don't support itFilippo Valsorda
2012-12-07youtube-dl.tar.gz make targetFilippo Valsorda
2012-11-29New repo skeleton, getting ready for PyPiFilippo Valsorda
2012-11-27ignore kate swap filesPhilipp Hagemeister
2012-04-07wine-py2exe.sh to create the exe under linux (!!)Filippo Valsorda - Campagna
2011-11-30Add list of files to ignore for `youtube-dl`.Rogério Brito