Skip to content

A python script that strips all line in-between, and including, <article> and </article> tags inside of an HTML file.

License

Notifications You must be signed in to change notification settings

DeeJayhX/HTMLArticleElementStripper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTMLArticleElementStripper

This python script is simple. When run in a directory, it will recursively search the directory and all subdirectories for files name "index.html" and strip the <article> elements, and their contents, into a file called "index.md".

The original "index.html" files will remain unmodified and intact.

FAQ

  • Can I use this in my XYZ program,script,etc?

    • Sure, all I asked is that you credit my original work, otherwise this is distributed under the MIT license.
  • Can I use this to steal copyrighted work and claim it as my own?

    • No, don't be a douchebag, always credit the original author for their work.

About

A python script that strips all line in-between, and including, <article> and </article> tags inside of an HTML file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages