TVTropes is a wiki that describes tropes and which ones are used in which artistic work. We are mostly interested in films, so after releasing the TropeScraper Python module that extracts data from this site, in this report we use scraped information to describe statistically how tropes and films are related to each other and how these relations evolve in time. In order to do so, we generated a dataset through the tool TropeScraper in April 2020. We have compared it to the latest snapshot of DB Tropes, a dataset covering the same site and published in July 2016, providing descriptive analysis, studying the fundamental differences and addressing the evolution of the wiki in terms of the number of tropes, the number of films and connections. The results show that the number of tropes and films doubled their value and quadrupled their relations, and films are, at large, better described in terms of tropes. However, while the types of films with the most tropes has not changed significantly in years, the list of most popular tropes has. This outcome can help on shedding some light on how popular tropes evolve, which ones become more popular or fade away, and in general how a set of tropes represents a film and might be a key to its success. The dataset generated, the information extracted, and the summaries provided are useful resources for any research involving films and tropes. They can provide proper context and explanations about the behaviour of models built on top of the dataset, including the generation of new content or its use in machine learning. TV Tropes [3] is an outstanding source of knowledge because it describes thousands of tropes and relates them to artistic works, providing examples with a broad context in terms of the characters, places and actions. These relations, once extracted and processed, have shown to be very valuable in the field of Artificial Intelligence, in both content generation and quality prediction, as in [4].TV Tropes is a non-structured wiki-style database, and most researchers access to its data through a structured ntuple-based database called DB Tropes [1]. Nevertheless, BDTropes was unattended in July 2016, and the prolific community of TV Tropes has doubled the number of films and their tropes since then. For this reason, in order to allow the researchers to use the films and tropes from TV Tropes, we implemented a scraper called TropeScraper [2] and licensed it as free software, so it becomes part of the Python ecosystem. This new tool, which takes days to download the whole database, has allowed us, and now you, to make a more up-to-date analysis of the tropes used in films. The rest of the paper will be devoted to this.Although the quantity of the information extracted is promising, doubling the number of films and tropes in TV Tropes, an exploratory statistical analysis shows that the data is still incomplete, with distributions that point out to huge biases due to the popularity of the films and tropes. The detection of these biases is essential to explain the outcome...