https://github.com/ytdl-org/youtube-dl
Raw File
Tip revision: c2b293ba3021d323a3d8ccbabeb3ebb993b276aa authored by Philipp Hagemeister on 03 April 2013, 17:43:53 UTC
release 2013.04.03
Tip revision: c2b293b
.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