https://github.com/ytdl-org/youtube-dl
Raw File
Tip revision: 4b879984eacbb5b6d19e2a9e8627953d51caa8b2 authored by Philipp Hagemeister on 06 January 2013, 21:52:04 UTC
release 2013.01.06
Tip revision: 4b87998
.travis.yml
language: python
python:
  - "2.6"
  - "2.7"
  - "3.3"
script: nosetests test --verbose
notifications:
  email:
    - filippo.valsorda@gmail.com
    - phihag@phihag.de
#  irc:
#    channels:
#      - "irc.freenode.org#youtube-dl"
#    skip_join: true
back to top